Html Css Color HEX #A2F28A Granny Smith Apple

📋 copy color: '#A2F28A'

red 162 ◦ green 242 ◦ blue 138

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

Shades of Granny Smith Apple #A2F28A

Tints of Granny Smith Apple #A2F28A

RGB

 RED value IS 162 (63.67% from 255) = 29.89%

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

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

R = 29.89%
G = 44.65%
B = 25.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#A2F28A (or 0xA2F28A) is known color: Granny Smith Apple. HEX triplet: A2, F2 and 8A. RGB value is (162,242,138). Sum of RGB (Red+Green+Blue) = 162+242+138=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F28A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F28A is #5D0D75. Grayscale: #CECECE. Windows color (decimal): -6098294 or 9106082. OLE color: 9106082.

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

Color convert

RGB 162 242 138 -
CMYK 0.33 0 0.43 0.05
HSL 106.15º 0.8% 0.75% -
HSV(B) 106.15º 0.43% 0.95% -
XYZ 51.24 73.02 35.44 -
YUV 206.22 89.5 96.46 -
System Red Green Blue C M Y K H S L
Decimal 162 242 138 0.33 0 0.43 0.05 106.15 0.8 0.75
Hex A2 F2 8A 21 0 2B 5 6A 50 4B
Octal 242 362 212 41 0 53 5 152 120 113
Binary 10100010 11110010 10001010 100001 0 101011 101 1101010 1010000 1001011

Color Harmonies of #A2F28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F28A

Black with #A2F28A

Text Example


Text Example

White with #A2F28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F28A; }

 p { color: rgb(162,242,138); }

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

background-color css

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

 a { background-color: rgb(162,242,138); }

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

border-color css

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

 span { border-color: rgb(162,242,138); }

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