Html Css Color HEX #9AFA5D Conifer

📋 copy color: '#9AFA5D'

red 154 ◦ green 250 ◦ blue 93

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

Shades of Conifer #9AFA5D

Tints of Conifer #9AFA5D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.3%

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

R = 30.99%
G = 50.3%
B = 18.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#9AFA5D (or 0x9AFA5D) is known color: Conifer. HEX triplet: 9A, FA and 5D. RGB value is (154,250,93). Sum of RGB (Red+Green+Blue) = 154+250+93=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFA5D is #6505A2. Grayscale: #CBCBCB. Windows color (decimal): -6620579 or 6159002. OLE color: 6159002.

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

Color convert

RGB 154 250 93 -
CMYK 0.38 0 0.63 0.02
HSL 96.69º 0.94% 0.67% -
HSV(B) 96.69º 0.63% 0.98% -
XYZ 49.49 76.03 22.42 -
YUV 203.4 65.7 92.77 -
System Red Green Blue C M Y K H S L
Decimal 154 250 93 0.38 0 0.63 0.02 96.69 0.94 0.67
Hex 9A FA 5D 26 0 3F 2 61 5E 43
Octal 232 372 135 46 0 77 2 141 136 103
Binary 10011010 11111010 1011101 100110 0 111111 10 1100001 1011110 1000011

Color Harmonies of #9AFA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFA5D

Black with #9AFA5D

Text Example


Text Example

White with #9AFA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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