Html Css Color HEX #9AFB5E Conifer

📋 copy color: '#9AFB5E'

red 154 ◦ green 251 ◦ blue 94

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

Shades of Conifer #9AFB5E

Tints of Conifer #9AFB5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.84%

R = 30.86%
G = 50.3%
B = 18.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#9AFB5E (or 0x9AFB5E) is known color: Conifer. HEX triplet: 9A, FB and 5E. RGB value is (154,251,94). Sum of RGB (Red+Green+Blue) = 154+251+94=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFB5E is #6504A1. Grayscale: #CCCCCC. Windows color (decimal): -6620322 or 6224794. OLE color: 6224794.

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

Color convert

RGB 154 251 94 -
CMYK 0.39 0 0.63 0.02
HSL 97.07º 0.95% 0.68% -
HSV(B) 97.07º 0.63% 0.98% -
XYZ 49.84 76.67 22.76 -
YUV 204.1 65.86 92.27 -
System Red Green Blue C M Y K H S L
Decimal 154 251 94 0.39 0 0.63 0.02 97.07 0.95 0.68
Hex 9A FB 5E 27 0 3F 2 61 5F 44
Octal 232 373 136 47 0 77 2 141 137 104
Binary 10011010 11111011 1011110 100111 0 111111 10 1100001 1011111 1000100

Color Harmonies of #9AFB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFB5E

Black with #9AFB5E

Text Example


Text Example

White with #9AFB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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