Html Css Color HEX #A4F685 Granny Smith Apple

📋 copy color: '#A4F685'

red 164 ◦ green 246 ◦ blue 133

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

Shades of Granny Smith Apple #A4F685

Tints of Granny Smith Apple #A4F685

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.3%

 BLUE value IS 133 (52.34% from 255) = 24.49%

R = 30.2%
G = 45.3%
B = 24.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#A4F685 (or 0xA4F685) is known color: Granny Smith Apple. HEX triplet: A4, F6 and 85. RGB value is (164,246,133). Sum of RGB (Red+Green+Blue) = 164+246+133=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #A4F685 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F685 is #5B097A. Grayscale: #D0D0D0. Windows color (decimal): -5966203 or 8779428. OLE color: 8779428.

HSL color Cylindrical-coordinate representation of color #A4F685: hue angle of 103.54º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4F685 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 246 133 -
CMYK 0.33 0 0.46 0.04
HSL 103.54º 0.86% 0.74% -
HSV(B) 103.54º 0.46% 0.96% -
XYZ 52.5 75.5 34 -
YUV 208.6 85.33 96.19 -
System Red Green Blue C M Y K H S L
Decimal 164 246 133 0.33 0 0.46 0.04 103.54 0.86 0.74
Hex A4 F6 85 21 0 2E 4 68 56 4A
Octal 244 366 205 41 0 56 4 150 126 112
Binary 10100100 11110110 10000101 100001 0 101110 100 1101000 1010110 1001010

Color Harmonies of #A4F685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F685

Black with #A4F685

Text Example


Text Example

White with #A4F685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F685; }

 p { color: rgb(164,246,133); }

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

background-color css

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

 a { background-color: rgb(164,246,133); }

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

border-color css

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

 span { border-color: rgb(164,246,133); }

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