Html Css Color HEX #A6F885 Granny Smith Apple

📋 copy color: '#A6F885'

red 166 ◦ green 248 ◦ blue 133

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

Shades of Granny Smith Apple #A6F885

Tints of Granny Smith Apple #A6F885

RGB

 RED value IS 166 (65.23% from 255) = 30.35%

 GREEN value IS 248 (97.27% from 255) = 45.34%

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

R = 30.35%
G = 45.34%
B = 24.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#A6F885 (or 0xA6F885) is known color: Granny Smith Apple. HEX triplet: A6, F8 and 85. RGB value is (166,248,133). Sum of RGB (Red+Green+Blue) = 166+248+133=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F885 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F885 is #59077A. Grayscale: #D2D2D2. Windows color (decimal): -5834619 or 8779942. OLE color: 8779942.

HSL color Cylindrical-coordinate representation of color #A6F885: hue angle of 102.78º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6F885 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 166 248 133 -
CMYK 0.33 0 0.46 0.03
HSL 102.78º 0.89% 0.75% -
HSV(B) 102.78º 0.46% 0.97% -
XYZ 53.53 76.94 34.22 -
YUV 210.37 84.33 96.35 -
System Red Green Blue C M Y K H S L
Decimal 166 248 133 0.33 0 0.46 0.03 102.78 0.89 0.75
Hex A6 F8 85 21 0 2E 3 67 59 4B
Octal 246 370 205 41 0 56 3 147 131 113
Binary 10100110 11111000 10000101 100001 0 101110 11 1100111 1011001 1001011

Color Harmonies of #A6F885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F885

Black with #A6F885

Text Example


Text Example

White with #A6F885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F885; }

 p { color: rgb(166,248,133); }

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

background-color css

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

 a { background-color: rgb(166,248,133); }

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

border-color css

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

 span { border-color: rgb(166,248,133); }

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