Html Css Color HEX #A5F18F Granny Smith Apple

📋 copy color: '#A5F18F'

red 165 ◦ green 241 ◦ blue 143

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

Shades of Granny Smith Apple #A5F18F

Tints of Granny Smith Apple #A5F18F

RGB

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

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

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

R = 30.05%
G = 43.9%
B = 26.05%

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

#A5F18F (or 0xA5F18F) is known color: Granny Smith Apple. HEX triplet: A5, F1 and 8F. RGB value is (165,241,143). Sum of RGB (Red+Green+Blue) = 165+241+143=549 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.05% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F18F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F18F is #5A0E70. Grayscale: #CFCFCF. Windows color (decimal): -5901937 or 9433509. OLE color: 9433509.

HSL color Cylindrical-coordinate representation of color #A5F18F: hue angle of 106.53º 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 #A5F18F is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 241 143 -
CMYK 0.32 0 0.41 0.05
HSL 106.53º 0.78% 0.75% -
HSV(B) 106.53º 0.41% 0.95% -
XYZ 51.93 72.89 37.32 -
YUV 207.1 91.82 97.97 -
System Red Green Blue C M Y K H S L
Decimal 165 241 143 0.32 0 0.41 0.05 106.53 0.78 0.75
Hex A5 F1 8F 20 0 29 5 6B 4E 4B
Octal 245 361 217 40 0 51 5 153 116 113
Binary 10100101 11110001 10001111 100000 0 101001 101 1101011 1001110 1001011

Color Harmonies of #A5F18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F18F

Black with #A5F18F

Text Example


Text Example

White with #A5F18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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