Html Css Color HEX #A8EA8D Granny Smith Apple

📋 copy color: '#A8EA8D'

red 168 ◦ green 234 ◦ blue 141

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

Shades of Granny Smith Apple #A8EA8D

Tints of Granny Smith Apple #A8EA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.97%

R = 30.94%
G = 43.09%
B = 25.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#A8EA8D (or 0xA8EA8D) is known color: Granny Smith Apple. HEX triplet: A8, EA and 8D. RGB value is (168,234,141). Sum of RGB (Red+Green+Blue) = 168+234+141=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EA8D is #571572. Grayscale: #CBCBCB. Windows color (decimal): -5707123 or 9300648. OLE color: 9300648.

HSL color Cylindrical-coordinate representation of color #A8EA8D: hue angle of 102.58º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8EA8D is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 234 141 -
CMYK 0.28 0 0.40 0.08
HSL 102.58º 0.69% 0.74% -
HSV(B) 102.58º 0.4% 0.92% -
XYZ 50.38 69.09 35.88 -
YUV 203.66 92.63 102.56 -
System Red Green Blue C M Y K H S L
Decimal 168 234 141 0.28 0 0.40 0.08 102.58 0.69 0.74
Hex A8 EA 8D 1C 0 28 8 67 45 4A
Octal 250 352 215 34 0 50 10 147 105 112
Binary 10101000 11101010 10001101 11100 0 101000 1000 1100111 1000101 1001010

Color Harmonies of #A8EA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EA8D

Black with #A8EA8D

Text Example


Text Example

White with #A8EA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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