Html Css Color HEX #A5F18D Granny Smith Apple

📋 copy color: '#A5F18D'

red 165 ◦ green 241 ◦ blue 141

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

Shades of Granny Smith Apple #A5F18D

Tints of Granny Smith Apple #A5F18D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.06%

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

R = 30.16%
G = 44.06%
B = 25.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#A5F18D (or 0xA5F18D) is known color: Granny Smith Apple. HEX triplet: A5, F1 and 8D. RGB value is (165,241,141). Sum of RGB (Red+Green+Blue) = 165+241+141=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F18D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F18D is #5A0E72. Grayscale: #CFCFCF. Windows color (decimal): -5901939 or 9302437. OLE color: 9302437.

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

Color convert

RGB 165 241 141 -
CMYK 0.32 0 0.41 0.05
HSL 105.6º 0.78% 0.75% -
HSV(B) 105.6º 0.41% 0.95% -
XYZ 51.78 72.83 36.53 -
YUV 206.88 90.82 98.13 -
System Red Green Blue C M Y K H S L
Decimal 165 241 141 0.32 0 0.41 0.05 105.6 0.78 0.75
Hex A5 F1 8D 20 0 29 5 6A 4E 4B
Octal 245 361 215 40 0 51 5 152 116 113
Binary 10100101 11110001 10001101 100000 0 101001 101 1101010 1001110 1001011

Color Harmonies of #A5F18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F18D

Black with #A5F18D

Text Example


Text Example

White with #A5F18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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