Html Css Color HEX #9AFE5D Conifer

📋 copy color: '#9AFE5D'

red 154 ◦ green 254 ◦ blue 93

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

Shades of Conifer #9AFE5D

Tints of Conifer #9AFE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.56%

R = 30.74%
G = 50.7%
B = 18.56%

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

#9AFE5D (or 0x9AFE5D) is known color: Conifer. HEX triplet: 9A, FE and 5D. RGB value is (154,254,93). Sum of RGB (Red+Green+Blue) = 154+254+93=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFE5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFE5D is #6501A2. Grayscale: #CECECE. Windows color (decimal): -6619555 or 6160026. OLE color: 6160026.

HSL color Cylindrical-coordinate representation of color #9AFE5D: hue angle of 97.27º 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 #9AFE5D is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 154 254 93 -
CMYK 0.39 0 0.63 0.00
HSL 97.27º 0.99% 0.68% -
HSV(B) 97.27º 0.63% 1% -
XYZ 50.74 78.54 22.84 -
YUV 205.75 64.37 91.09 -
System Red Green Blue C M Y K H S L
Decimal 154 254 93 0.39 0 0.63 0.00 97.27 0.99 0.68
Hex 9A FE 5D 27 0 3F 0 61 63 44
Octal 232 376 135 47 0 77 0 141 143 104
Binary 10011010 11111110 1011101 100111 0 111111 0 1100001 1100011 1000100

Color Harmonies of #9AFE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFE5D

Black with #9AFE5D

Text Example


Text Example

White with #9AFE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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