Html Css Color HEX #A5F28D Granny Smith Apple

📋 copy color: '#A5F28D'

red 165 ◦ green 242 ◦ blue 141

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

Shades of Granny Smith Apple #A5F28D

Tints of Granny Smith Apple #A5F28D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.16%

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

R = 30.11%
G = 44.16%
B = 25.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#A5F28D (or 0xA5F28D) is known color: Granny Smith Apple. HEX triplet: A5, F2 and 8D. RGB value is (165,242,141). Sum of RGB (Red+Green+Blue) = 165+242+141=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F28D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F28D is #5A0D72. Grayscale: #CFCFCF. Windows color (decimal): -5901683 or 9302693. OLE color: 9302693.

HSL color Cylindrical-coordinate representation of color #A5F28D: hue angle of 105.74º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5F28D is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 242 141 -
CMYK 0.32 0 0.42 0.05
HSL 105.74º 0.8% 0.75% -
HSV(B) 105.74º 0.42% 0.95% -
XYZ 52.08 73.43 36.63 -
YUV 207.46 90.49 97.71 -
System Red Green Blue C M Y K H S L
Decimal 165 242 141 0.32 0 0.42 0.05 105.74 0.8 0.75
Hex A5 F2 8D 20 0 2A 5 6A 50 4B
Octal 245 362 215 40 0 52 5 152 120 113
Binary 10100101 11110010 10001101 100000 0 101010 101 1101010 1010000 1001011

Color Harmonies of #A5F28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F28D

Black with #A5F28D

Text Example


Text Example

White with #A5F28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F28D; }

 p { color: rgb(165,242,141); }

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

background-color css

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

 a { background-color: rgb(165,242,141); }

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

border-color css

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

 span { border-color: rgb(165,242,141); }

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