Html Css Color HEX #9AFE60 Conifer

📋 copy color: '#9AFE60'

red 154 ◦ green 254 ◦ blue 96

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

Shades of Conifer #9AFE60

Tints of Conifer #9AFE60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.05%

R = 30.56%
G = 50.4%
B = 19.05%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#9AFE60 (or 0x9AFE60) is known color: Conifer. HEX triplet: 9A, FE and 60. RGB value is (154,254,96). Sum of RGB (Red+Green+Blue) = 154+254+96=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFE60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFE60 is #65019F. Grayscale: #CECECE. Windows color (decimal): -6619552 or 6356634. OLE color: 6356634.

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

Color convert

RGB 154 254 96 -
CMYK 0.39 0 0.62 0.00
HSL 97.97º 0.99% 0.69% -
HSV(B) 97.97º 0.62% 1% -
XYZ 50.88 78.6 23.56 -
YUV 206.09 65.87 90.85 -
System Red Green Blue C M Y K H S L
Decimal 154 254 96 0.39 0 0.62 0.00 97.97 0.99 0.69
Hex 9A FE 60 27 0 3E 0 62 63 45
Octal 232 376 140 47 0 76 0 142 143 105
Binary 10011010 11111110 1100000 100111 0 111110 0 1100010 1100011 1000101

Color Harmonies of #9AFE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFE60

Black with #9AFE60

Text Example


Text Example

White with #9AFE60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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