Html Css Color HEX #A4F982 Granny Smith Apple

📋 copy color: '#A4F982'

red 164 ◦ green 249 ◦ blue 130

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

Shades of Granny Smith Apple #A4F982

Tints of Granny Smith Apple #A4F982

RGB

 RED value IS 164 (64.45% from 255) = 30.2%

 GREEN value IS 249 (97.66% from 255) = 45.86%

 BLUE value IS 130 (51.17% from 255) = 23.94%

R = 30.2%
G = 45.86%
B = 23.94%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#A4F982 (or 0xA4F982) is known color: Granny Smith Apple. HEX triplet: A4, F9 and 82. RGB value is (164,249,130). Sum of RGB (Red+Green+Blue) = 164+249+130=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #A4F982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F982 is #5B067D. Grayscale: #D2D2D2. Windows color (decimal): -5965438 or 8583588. OLE color: 8583588.

HSL color Cylindrical-coordinate representation of color #A4F982: hue angle of 102.86º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4F982 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 249 130 -
CMYK 0.34 0 0.48 0.02
HSL 102.86º 0.91% 0.74% -
HSV(B) 102.86º 0.48% 0.98% -
XYZ 53.21 77.26 33.23 -
YUV 210.02 82.84 95.18 -
System Red Green Blue C M Y K H S L
Decimal 164 249 130 0.34 0 0.48 0.02 102.86 0.91 0.74
Hex A4 F9 82 22 0 30 2 67 5B 4A
Octal 244 371 202 42 0 60 2 147 133 112
Binary 10100100 11111001 10000010 100010 0 110000 10 1100111 1011011 1001010

Color Harmonies of #A4F982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F982

Black with #A4F982

Text Example


Text Example

White with #A4F982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F982; }

 p { color: rgb(164,249,130); }

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

background-color css

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

 a { background-color: rgb(164,249,130); }

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

border-color css

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

 span { border-color: rgb(164,249,130); }

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