Html Css Color HEX #9AF154 Conifer

📋 copy color: '#9AF154'

red 154 ◦ green 241 ◦ blue 84

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

Shades of Conifer #9AF154

Tints of Conifer #9AF154

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.31%

 BLUE value IS 84 (33.2% from 255) = 17.54%

R = 32.15%
G = 50.31%
B = 17.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#9AF154 (or 0x9AF154) is known color: Conifer. HEX triplet: 9A, F1 and 54. RGB value is (154,241,84). Sum of RGB (Red+Green+Blue) = 154+241+84=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 84 (33.20% from 255 or 17.54% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF154 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF154 is #650EAB. Grayscale: #C5C5C5. Windows color (decimal): -6622892 or 5566874. OLE color: 5566874.

HSL color Cylindrical-coordinate representation of color #9AF154: hue angle of 93.25º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9AF154 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 241 84 -
CMYK 0.36 0 0.65 0.05
HSL 93.25º 0.85% 0.64% -
HSV(B) 93.25º 0.65% 0.95% -
XYZ 46.38 70.42 19.54 -
YUV 197.09 64.18 97.27 -
System Red Green Blue C M Y K H S L
Decimal 154 241 84 0.36 0 0.65 0.05 93.25 0.85 0.64
Hex 9A F1 54 24 0 41 5 5D 55 40
Octal 232 361 124 44 0 101 5 135 125 100
Binary 10011010 11110001 1010100 100100 0 1000001 101 1011101 1010101 1000000

Color Harmonies of #9AF154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF154

Black with #9AF154

Text Example


Text Example

White with #9AF154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,241,84); }

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

background-color css

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

 a { background-color: rgb(154,241,84); }

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

border-color css

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

 span { border-color: rgb(154,241,84); }

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