Html Css Color HEX #9AF05C Conifer

📋 copy color: '#9AF05C'

red 154 ◦ green 240 ◦ blue 92

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

Shades of Conifer #9AF05C

Tints of Conifer #9AF05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.93%

R = 31.69%
G = 49.38%
B = 18.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#9AF05C (or 0x9AF05C) is known color: Conifer. HEX triplet: 9A, F0 and 5C. RGB value is (154,240,92). Sum of RGB (Red+Green+Blue) = 154+240+92=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF05C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF05C is #650FA3. Grayscale: #C5C5C5. Windows color (decimal): -6623140 or 6090906. OLE color: 6090906.

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

Color convert

RGB 154 240 92 -
CMYK 0.36 0 0.62 0.06
HSL 94.86º 0.83% 0.65% -
HSV(B) 94.86º 0.62% 0.94% -
XYZ 46.42 69.96 21.18 -
YUV 197.41 68.51 97.03 -
System Red Green Blue C M Y K H S L
Decimal 154 240 92 0.36 0 0.62 0.06 94.86 0.83 0.65
Hex 9A F0 5C 24 0 3E 6 5F 53 41
Octal 232 360 134 44 0 76 6 137 123 101
Binary 10011010 11110000 1011100 100100 0 111110 110 1011111 1010011 1000001

Color Harmonies of #9AF05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF05C

Black with #9AF05C

Text Example


Text Example

White with #9AF05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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