#92cb4f

Color #92CB4F Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #92CB4F

Tints of Atlantis #92CB4F

Color information

#92CB4F (or 0x92CB4F) is unknown color: approx Atlantis. HEX triplet: 92, CB and 4F. RGB value is (146,203,79). Sum of RGB (Red+Green+Blue) = 146+203+79=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 203 - color contains mainly: green. Hex color #92CB4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CB4F is #6D34B0. Grayscale: #ACACAC. Windows color (decimal): -7156913 or 5229458. OLE color: 5229458.

HSL color Cylindrical-coordinate representation of color #92CB4F: hue angle of 87.58º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #92CB4F is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB14620379-
CMYK0.2800.610.20
HSL87.58º54.39%55.29%-
HSV(B)87.58º61.08%79.61%-
XYZ34.6249.3915.11-
YUV171.8275.62109.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 34.11%
GREEN value IS 203 (79.69% from 255) = 47.43%
BLUE value IS 79 (31.25% from 255) = 18.46%
R=34.11%
G=47.43%
B=18.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal146203790.2800.610.2087.5854.3955.29
Hex92CB4F1C03D14583637
Octal22231311734075241306667
Binary10010010110010111001111111000111101101001011000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92cb4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92cb4f; }

 p { color: rgb(146,203,79); }

 H1.HeaderClassName
 {
   color: #92cb4f;
 }
 .AnyTagClassName
 {
   color: #92cb4f;
 }
</style>
background-color css

<style>
 a { background-color: #92cb4f; }

 a { background-color: rgb(146,203,79); }

 div.DivClassName
 {
   background-color: #92cb4f;
 }
 .BgClassName
 {
   background-color: #92cb4f;
 }
</style>
border-color css

<style>
 span { border-color: #92cb4f; }

 span { border-color: rgb(146,203,79); }

 td.TdClassName
 {
   border-color: #92cb4f;
 }
 .TagClassName
 {
   border-color: #92cb4f;
 }
</style>