Html Css Color HEX #A8EC94 Granny Smith Apple

📋 copy color: '#A8EC94'

red 168 ◦ green 236 ◦ blue 148

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

Shades of Granny Smith Apple #A8EC94

Tints of Granny Smith Apple #A8EC94

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.75%

 BLUE value IS 148 (58.2% from 255) = 26.81%

R = 30.43%
G = 42.75%
B = 26.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#A8EC94 (or 0xA8EC94) is known color: Granny Smith Apple. HEX triplet: A8, EC and 94. RGB value is (168,236,148). Sum of RGB (Red+Green+Blue) = 168+236+148=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EC94 is #57136B. Grayscale: #CDCDCD. Windows color (decimal): -5706604 or 9759912. OLE color: 9759912.

HSL color Cylindrical-coordinate representation of color #A8EC94: hue angle of 106.36º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8EC94 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 236 148 -
CMYK 0.29 0 0.37 0.07
HSL 106.36º 0.7% 0.75% -
HSV(B) 106.36º 0.37% 0.93% -
XYZ 51.49 70.45 38.9 -
YUV 205.64 95.47 101.16 -
System Red Green Blue C M Y K H S L
Decimal 168 236 148 0.29 0 0.37 0.07 106.36 0.7 0.75
Hex A8 EC 94 1D 0 25 7 6A 46 4B
Octal 250 354 224 35 0 45 7 152 106 113
Binary 10101000 11101100 10010100 11101 0 100101 111 1101010 1000110 1001011

Color Harmonies of #A8EC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EC94

Black with #A8EC94

Text Example


Text Example

White with #A8EC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EC94; }

 p { color: rgb(168,236,148); }

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

background-color css

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

 a { background-color: rgb(168,236,148); }

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

border-color css

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

 span { border-color: rgb(168,236,148); }

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