Html Css Color HEX #A2F194 Granny Smith Apple

📋 copy color: '#A2F194'

red 162 ◦ green 241 ◦ blue 148

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

Shades of Granny Smith Apple #A2F194

Tints of Granny Smith Apple #A2F194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.86%

R = 29.4%
G = 43.74%
B = 26.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#A2F194 (or 0xA2F194) is known color: Granny Smith Apple. HEX triplet: A2, F1 and 94. RGB value is (162,241,148). Sum of RGB (Red+Green+Blue) = 162+241+148=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F194 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F194 is #5D0E6B. Grayscale: #CFCFCF. Windows color (decimal): -6098540 or 9761186. OLE color: 9761186.

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

Color convert

RGB 162 241 148 -
CMYK 0.33 0 0.39 0.05
HSL 110.97º 0.77% 0.76% -
HSV(B) 110.97º 0.39% 0.95% -
XYZ 51.7 72.73 39.33 -
YUV 206.78 94.83 96.06 -
System Red Green Blue C M Y K H S L
Decimal 162 241 148 0.33 0 0.39 0.05 110.97 0.77 0.76
Hex A2 F1 94 21 0 27 5 6F 4D 4C
Octal 242 361 224 41 0 47 5 157 115 114
Binary 10100010 11110001 10010100 100001 0 100111 101 1101111 1001101 1001100

Color Harmonies of #A2F194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F194

Black with #A2F194

Text Example


Text Example

White with #A2F194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F194; }

 p { color: rgb(162,241,148); }

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

background-color css

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

 a { background-color: rgb(162,241,148); }

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

border-color css

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

 span { border-color: rgb(162,241,148); }

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