Html Css Color HEX #A0F28E Granny Smith Apple

📋 copy color: '#A0F28E'

red 160 ◦ green 242 ◦ blue 142

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

Shades of Granny Smith Apple #A0F28E

Tints of Granny Smith Apple #A0F28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.1%

R = 29.41%
G = 44.49%
B = 26.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#A0F28E (or 0xA0F28E) is known color: Granny Smith Apple. HEX triplet: A0, F2 and 8E. RGB value is (160,242,142). Sum of RGB (Red+Green+Blue) = 160+242+142=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F28E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F28E is #5F0D71. Grayscale: #CECECE. Windows color (decimal): -6229362 or 9368224. OLE color: 9368224.

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

Color convert

RGB 160 242 142 -
CMYK 0.34 0 0.41 0.05
HSL 109.2º 0.79% 0.75% -
HSV(B) 109.2º 0.41% 0.95% -
XYZ 51.13 72.93 36.97 -
YUV 206.08 91.83 95.13 -
System Red Green Blue C M Y K H S L
Decimal 160 242 142 0.34 0 0.41 0.05 109.2 0.79 0.75
Hex A0 F2 8E 22 0 29 5 6D 4F 4B
Octal 240 362 216 42 0 51 5 155 117 113
Binary 10100000 11110010 10001110 100010 0 101001 101 1101101 1001111 1001011

Color Harmonies of #A0F28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F28E

Black with #A0F28E

Text Example


Text Example

White with #A0F28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F28E; }

 p { color: rgb(160,242,142); }

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

background-color css

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

 a { background-color: rgb(160,242,142); }

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

border-color css

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

 span { border-color: rgb(160,242,142); }

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