Html Css Color HEX #9AFE5F Conifer

📋 copy color: '#9AFE5F'

red 154 ◦ green 254 ◦ blue 95

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

Shades of Conifer #9AFE5F

Tints of Conifer #9AFE5F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.5%

 BLUE value IS 95 (37.5% from 255) = 18.89%

R = 30.62%
G = 50.5%
B = 18.89%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#9AFE5F (or 0x9AFE5F) is known color: Conifer. HEX triplet: 9A, FE and 5F. RGB value is (154,254,95). Sum of RGB (Red+Green+Blue) = 154+254+95=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFE5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFE5F is #6501A0. Grayscale: #CECECE. Windows color (decimal): -6619553 or 6291098. OLE color: 6291098.

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

Color convert

RGB 154 254 95 -
CMYK 0.39 0 0.63 0.00
HSL 97.74º 0.99% 0.68% -
HSV(B) 97.74º 0.63% 1% -
XYZ 50.83 78.58 23.31 -
YUV 205.97 65.37 90.93 -
System Red Green Blue C M Y K H S L
Decimal 154 254 95 0.39 0 0.63 0.00 97.74 0.99 0.68
Hex 9A FE 5F 27 0 3F 0 62 63 44
Octal 232 376 137 47 0 77 0 142 143 104
Binary 10011010 11111110 1011111 100111 0 111111 0 1100010 1100011 1000100

Color Harmonies of #9AFE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFE5F

Black with #9AFE5F

Text Example


Text Example

White with #9AFE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,254,95); }

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

background-color css

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

 a { background-color: rgb(154,254,95); }

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

border-color css

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

 span { border-color: rgb(154,254,95); }

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