Html Css Color HEX #A8EA4E Conifer

📋 copy color: '#A8EA4E'

red 168 ◦ green 234 ◦ blue 78

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

Shades of Conifer #A8EA4E

Tints of Conifer #A8EA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.25%

R = 35%
G = 48.75%
B = 16.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#A8EA4E (or 0xA8EA4E) is known color: Conifer. HEX triplet: A8, EA and 4E. RGB value is (168,234,78). Sum of RGB (Red+Green+Blue) = 168+234+78=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 78 (30.86% from 255 or 16.25% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EA4E is #5715B1. Grayscale: #C5C5C5. Windows color (decimal): -5707186 or 5171880. OLE color: 5171880.

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

Color convert

RGB 168 234 78 -
CMYK 0.28 0 0.67 0.08
HSL 85.38º 0.79% 0.61% -
HSV(B) 85.38º 0.67% 0.92% -
XYZ 46.95 67.72 17.8 -
YUV 196.48 61.13 107.68 -
System Red Green Blue C M Y K H S L
Decimal 168 234 78 0.28 0 0.67 0.08 85.38 0.79 0.61
Hex A8 EA 4E 1C 0 43 8 55 4F 3D
Octal 250 352 116 34 0 103 10 125 117 75
Binary 10101000 11101010 1001110 11100 0 1000011 1000 1010101 1001111 111101

Color Harmonies of #A8EA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EA4E

Black with #A8EA4E

Text Example


Text Example

White with #A8EA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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