Html Css Color HEX #A8EA5A Conifer

📋 copy color: '#A8EA5A'

red 168 ◦ green 234 ◦ blue 90

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

Shades of Conifer #A8EA5A

Tints of Conifer #A8EA5A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.56%

 BLUE value IS 90 (35.55% from 255) = 18.29%

R = 34.15%
G = 47.56%
B = 18.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#A8EA5A (or 0xA8EA5A) is known color: Conifer. HEX triplet: A8, EA and 5A. RGB value is (168,234,90). Sum of RGB (Red+Green+Blue) = 168+234+90=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EA5A is #5715A5. Grayscale: #C6C6C6. Windows color (decimal): -5707174 or 5958312. OLE color: 5958312.

HSL color Cylindrical-coordinate representation of color #A8EA5A: hue angle of 87.5º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8EA5A is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 234 90 -
CMYK 0.28 0 0.62 0.08
HSL 87.5º 0.77% 0.64% -
HSV(B) 87.5º 0.62% 0.92% -
XYZ 47.42 67.91 20.28 -
YUV 197.85 67.13 106.71 -
System Red Green Blue C M Y K H S L
Decimal 168 234 90 0.28 0 0.62 0.08 87.5 0.77 0.64
Hex A8 EA 5A 1C 0 3E 8 57 4D 40
Octal 250 352 132 34 0 76 10 127 115 100
Binary 10101000 11101010 1011010 11100 0 111110 1000 1010111 1001101 1000000

Color Harmonies of #A8EA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EA5A

Black with #A8EA5A

Text Example


Text Example

White with #A8EA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EA5A; }

 p { color: rgb(168,234,90); }

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

background-color css

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

 a { background-color: rgb(168,234,90); }

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

border-color css

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

 span { border-color: rgb(168,234,90); }

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