Html Css Color HEX #A8E960 Conifer

📋 copy color: '#A8E960'

red 168 ◦ green 233 ◦ blue 96

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

Shades of Conifer #A8E960

Tints of Conifer #A8E960

RGB

 RED value IS 168 (66.02% from 255) = 33.8%

 GREEN value IS 233 (91.41% from 255) = 46.88%

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

R = 33.8%
G = 46.88%
B = 19.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#A8E960 (or 0xA8E960) is known color: Conifer. HEX triplet: A8, E9 and 60. RGB value is (168,233,96). Sum of RGB (Red+Green+Blue) = 168+233+96=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #A8E960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E960 is #57169F. Grayscale: #C6C6C6. Windows color (decimal): -5707424 or 6351272. OLE color: 6351272.

HSL color Cylindrical-coordinate representation of color #A8E960: hue angle of 88.47º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8E960 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 233 96 -
CMYK 0.28 0 0.59 0.09
HSL 88.47º 0.76% 0.65% -
HSV(B) 88.47º 0.59% 0.91% -
XYZ 47.4 67.45 21.59 -
YUV 197.95 70.47 106.64 -
System Red Green Blue C M Y K H S L
Decimal 168 233 96 0.28 0 0.59 0.09 88.47 0.76 0.65
Hex A8 E9 60 1C 0 3B 9 58 4C 41
Octal 250 351 140 34 0 73 11 130 114 101
Binary 10101000 11101001 1100000 11100 0 111011 1001 1011000 1001100 1000001

Color Harmonies of #A8E960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E960

Black with #A8E960

Text Example


Text Example

White with #A8E960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E960; }

 p { color: rgb(168,233,96); }

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

background-color css

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

 a { background-color: rgb(168,233,96); }

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

border-color css

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

 span { border-color: rgb(168,233,96); }

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