Html Css Color HEX #9AF04D Conifer

📋 copy color: '#9AF04D'

red 154 ◦ green 240 ◦ blue 77

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

Shades of Conifer #9AF04D

Tints of Conifer #9AF04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.35%

R = 32.7%
G = 50.96%
B = 16.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#9AF04D (or 0x9AF04D) is known color: Conifer. HEX triplet: 9A, F0 and 4D. RGB value is (154,240,77). Sum of RGB (Red+Green+Blue) = 154+240+77=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF04D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF04D is #650FB2. Grayscale: #C4C4C4. Windows color (decimal): -6623155 or 5107866. OLE color: 5107866.

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

Color convert

RGB 154 240 77 -
CMYK 0.36 0 0.68 0.06
HSL 91.66º 0.84% 0.62% -
HSV(B) 91.66º 0.68% 0.94% -
XYZ 45.83 69.73 18.06 -
YUV 195.7 61.01 98.25 -
System Red Green Blue C M Y K H S L
Decimal 154 240 77 0.36 0 0.68 0.06 91.66 0.84 0.62
Hex 9A F0 4D 24 0 44 6 5C 54 3E
Octal 232 360 115 44 0 104 6 134 124 76
Binary 10011010 11110000 1001101 100100 0 1000100 110 1011100 1010100 111110

Color Harmonies of #9AF04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF04D

Black with #9AF04D

Text Example


Text Example

White with #9AF04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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