Html Css Color HEX #9AF052 Conifer

📋 copy color: '#9AF052'

red 154 ◦ green 240 ◦ blue 82

#9AF052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #9AF052

Tints of Conifer #9AF052

RGB

 RED value IS 154 (60.55% from 255) = 32.35%

 GREEN value IS 240 (94.14% from 255) = 50.42%

 BLUE value IS 82 (32.42% from 255) = 17.23%

R = 32.35%
G = 50.42%
B = 17.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#9AF052 (or 0x9AF052) is known color: Conifer. HEX triplet: 9A, F0 and 52. RGB value is (154,240,82). Sum of RGB (Red+Green+Blue) = 154+240+82=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF052 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF052 is #650FAD. Grayscale: #C4C4C4. Windows color (decimal): -6623150 or 5435546. OLE color: 5435546.

HSL color Cylindrical-coordinate representation of color #9AF052: hue angle of 92.66º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9AF052 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 154 240 82 -
CMYK 0.36 0 0.66 0.06
HSL 92.66º 0.84% 0.63% -
HSV(B) 92.66º 0.66% 0.94% -
XYZ 46.01 69.8 19.03 -
YUV 196.27 63.51 97.85 -
System Red Green Blue C M Y K H S L
Decimal 154 240 82 0.36 0 0.66 0.06 92.66 0.84 0.63
Hex 9A F0 52 24 0 42 6 5D 54 3F
Octal 232 360 122 44 0 102 6 135 124 77
Binary 10011010 11110000 1010010 100100 0 1000010 110 1011101 1010100 111111

Color Harmonies of #9AF052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF052

Black with #9AF052

Text Example


Text Example

White with #9AF052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AF052; }

 p { color: rgb(154,240,82); }

 H1.HeaderClassName
 {
   color: #9AF052;
 }
 .AnyTagClassName
 {
   color: #9AF052;
 }
</style>

background-color css

<style>
 a { background-color: #9AF052; }

 a { background-color: rgb(154,240,82); }

 div.DivClassName
 {
   background-color: #9AF052;
 }
 .BgClassName
 {
   background-color: #9AF052;
 }
</style>

border-color css

<style>
 span { border-color: #9AF052; }

 span { border-color: rgb(154,240,82); }

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