Html Css Color HEX #A0F48A Granny Smith Apple

📋 copy color: '#A0F48A'

red 160 ◦ green 244 ◦ blue 138

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

Shades of Granny Smith Apple #A0F48A

Tints of Granny Smith Apple #A0F48A

RGB

 RED value IS 160 (62.89% from 255) = 29.52%

 GREEN value IS 244 (95.7% from 255) = 45.02%

 BLUE value IS 138 (54.3% from 255) = 25.46%

R = 29.52%
G = 45.02%
B = 25.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#A0F48A (or 0xA0F48A) is known color: Granny Smith Apple. HEX triplet: A0, F4 and 8A. RGB value is (160,244,138). Sum of RGB (Red+Green+Blue) = 160+244+138=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 244 (95.70% from 255 or 45.02% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F48A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F48A is #5F0B75. Grayscale: #CFCFCF. Windows color (decimal): -6228854 or 9106592. OLE color: 9106592.

HSL color Cylindrical-coordinate representation of color #A0F48A: hue angle of 107.55º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0F48A is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 244 138 -
CMYK 0.34 0 0.43 0.04
HSL 107.55º 0.83% 0.75% -
HSV(B) 107.55º 0.43% 0.96% -
XYZ 51.44 74.01 35.62 -
YUV 206.8 89.17 94.62 -
System Red Green Blue C M Y K H S L
Decimal 160 244 138 0.34 0 0.43 0.04 107.55 0.83 0.75
Hex A0 F4 8A 22 0 2B 4 6C 53 4B
Octal 240 364 212 42 0 53 4 154 123 113
Binary 10100000 11110100 10001010 100010 0 101011 100 1101100 1010011 1001011

Color Harmonies of #A0F48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F48A

Black with #A0F48A

Text Example


Text Example

White with #A0F48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F48A; }

 p { color: rgb(160,244,138); }

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

background-color css

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

 a { background-color: rgb(160,244,138); }

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

border-color css

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

 span { border-color: rgb(160,244,138); }

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