Html Css Color HEX #A5EA94 Granny Smith Apple

📋 copy color: '#A5EA94'

red 165 ◦ green 234 ◦ blue 148

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

Shades of Granny Smith Apple #A5EA94

Tints of Granny Smith Apple #A5EA94

RGB

 RED value IS 165 (64.84% from 255) = 30.16%

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

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

R = 30.16%
G = 42.78%
B = 27.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#A5EA94 (or 0xA5EA94) is known color: Granny Smith Apple. HEX triplet: A5, EA and 94. RGB value is (165,234,148). Sum of RGB (Red+Green+Blue) = 165+234+148=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EA94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EA94 is #5A156B. Grayscale: #CBCBCB. Windows color (decimal): -5903724 or 9759397. OLE color: 9759397.

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

Color convert

RGB 165 234 148 -
CMYK 0.29 0 0.37 0.08
HSL 108.14º 0.67% 0.75% -
HSV(B) 108.14º 0.37% 0.92% -
XYZ 50.29 68.98 38.68 -
YUV 203.57 96.64 100.49 -
System Red Green Blue C M Y K H S L
Decimal 165 234 148 0.29 0 0.37 0.08 108.14 0.67 0.75
Hex A5 EA 94 1D 0 25 8 6C 43 4B
Octal 245 352 224 35 0 45 10 154 103 113
Binary 10100101 11101010 10010100 11101 0 100101 1000 1101100 1000011 1001011

Color Harmonies of #A5EA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EA94

Black with #A5EA94

Text Example


Text Example

White with #A5EA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EA94; }

 p { color: rgb(165,234,148); }

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

background-color css

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

 a { background-color: rgb(165,234,148); }

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

border-color css

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

 span { border-color: rgb(165,234,148); }

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