Html Css Color HEX #A8EA42 Conifer

📋 copy color: '#A8EA42'

red 168 ◦ green 234 ◦ blue 66

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

Shades of Conifer #A8EA42

Tints of Conifer #A8EA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.1%

R = 35.9%
G = 50%
B = 14.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#A8EA42 (or 0xA8EA42) is known color: Conifer. HEX triplet: A8, EA and 42. RGB value is (168,234,66). Sum of RGB (Red+Green+Blue) = 168+234+66=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EA42 is #5715BD. Grayscale: #C3C3C3. Windows color (decimal): -5707198 or 4385448. OLE color: 4385448.

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

Color convert

RGB 168 234 66 -
CMYK 0.28 0 0.72 0.08
HSL 83.57º 0.8% 0.59% -
HSV(B) 83.57º 0.72% 0.92% -
XYZ 46.55 67.56 15.74 -
YUV 195.11 55.13 108.66 -
System Red Green Blue C M Y K H S L
Decimal 168 234 66 0.28 0 0.72 0.08 83.57 0.8 0.59
Hex A8 EA 42 1C 0 48 8 54 50 3B
Octal 250 352 102 34 0 110 10 124 120 73
Binary 10101000 11101010 1000010 11100 0 1001000 1000 1010100 1010000 111011

Color Harmonies of #A8EA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EA42

Black with #A8EA42

Text Example


Text Example

White with #A8EA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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