Html Css Color HEX #A5E38F Granny Smith Apple

📋 copy color: '#A5E38F'

red 165 ◦ green 227 ◦ blue 143

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

Shades of Granny Smith Apple #A5E38F

Tints of Granny Smith Apple #A5E38F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.43%

 BLUE value IS 143 (56.25% from 255) = 26.73%

R = 30.84%
G = 42.43%
B = 26.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#A5E38F (or 0xA5E38F) is known color: Granny Smith Apple. HEX triplet: A5, E3 and 8F. RGB value is (165,227,143). Sum of RGB (Red+Green+Blue) = 165+227+143=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E38F is #5A1C70. Grayscale: #C7C7C7. Windows color (decimal): -5905521 or 9429925. OLE color: 9429925.

HSL color Cylindrical-coordinate representation of color #A5E38F: hue angle of 104.29º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5E38F is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 227 143 -
CMYK 0.27 0 0.37 0.11
HSL 104.29º 0.6% 0.73% -
HSV(B) 104.29º 0.37% 0.89% -
XYZ 47.94 64.92 35.99 -
YUV 198.89 96.46 103.83 -
System Red Green Blue C M Y K H S L
Decimal 165 227 143 0.27 0 0.37 0.11 104.29 0.6 0.73
Hex A5 E3 8F 1B 0 25 B 68 3C 49
Octal 245 343 217 33 0 45 13 150 74 111
Binary 10100101 11100011 10001111 11011 0 100101 1011 1101000 111100 1001001

Color Harmonies of #A5E38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E38F

Black with #A5E38F

Text Example


Text Example

White with #A5E38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E38F; }

 p { color: rgb(165,227,143); }

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

background-color css

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

 a { background-color: rgb(165,227,143); }

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

border-color css

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

 span { border-color: rgb(165,227,143); }

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