Html Css Color HEX #A8EA4A Conifer

📋 copy color: '#A8EA4A'

red 168 ◦ green 234 ◦ blue 74

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

Shades of Conifer #A8EA4A

Tints of Conifer #A8EA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.55%

R = 35.29%
G = 49.16%
B = 15.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#A8EA4A (or 0xA8EA4A) is known color: Conifer. HEX triplet: A8, EA and 4A. RGB value is (168,234,74). Sum of RGB (Red+Green+Blue) = 168+234+74=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EA4A is #5715B5. Grayscale: #C4C4C4. Windows color (decimal): -5707190 or 4909736. OLE color: 4909736.

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

Color convert

RGB 168 234 74 -
CMYK 0.28 0 0.68 0.08
HSL 84.75º 0.79% 0.6% -
HSV(B) 84.75º 0.68% 0.92% -
XYZ 46.81 67.66 17.07 -
YUV 196.03 59.13 108.01 -
System Red Green Blue C M Y K H S L
Decimal 168 234 74 0.28 0 0.68 0.08 84.75 0.79 0.6
Hex A8 EA 4A 1C 0 44 8 55 4F 3C
Octal 250 352 112 34 0 104 10 125 117 74
Binary 10101000 11101010 1001010 11100 0 1000100 1000 1010101 1001111 111100

Color Harmonies of #A8EA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EA4A

Black with #A8EA4A

Text Example


Text Example

White with #A8EA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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