Html Css Color HEX #9AFB5A Conifer

📋 copy color: '#9AFB5A'

red 154 ◦ green 251 ◦ blue 90

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

Shades of Conifer #9AFB5A

Tints of Conifer #9AFB5A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.71%

 BLUE value IS 90 (35.55% from 255) = 18.18%

R = 31.11%
G = 50.71%
B = 18.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#9AFB5A (or 0x9AFB5A) is known color: Conifer. HEX triplet: 9A, FB and 5A. RGB value is (154,251,90). Sum of RGB (Red+Green+Blue) = 154+251+90=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFB5A is #6504A5. Grayscale: #CCCCCC. Windows color (decimal): -6620326 or 5962650. OLE color: 5962650.

HSL color Cylindrical-coordinate representation of color #9AFB5A: hue angle of 96.15º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AFB5A is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 251 90 -
CMYK 0.39 0 0.64 0.02
HSL 96.15º 0.95% 0.67% -
HSV(B) 96.15º 0.64% 0.98% -
XYZ 49.67 76.6 21.84 -
YUV 203.64 63.86 92.59 -
System Red Green Blue C M Y K H S L
Decimal 154 251 90 0.39 0 0.64 0.02 96.15 0.95 0.67
Hex 9A FB 5A 27 0 40 2 60 5F 43
Octal 232 373 132 47 0 100 2 140 137 103
Binary 10011010 11111011 1011010 100111 0 1000000 10 1100000 1011111 1000011

Color Harmonies of #9AFB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFB5A

Black with #9AFB5A

Text Example


Text Example

White with #9AFB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,251,90); }

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

background-color css

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

 a { background-color: rgb(154,251,90); }

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

border-color css

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

 span { border-color: rgb(154,251,90); }

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