Html Css Color HEX #ACF68C Granny Smith Apple

📋 copy color: '#ACF68C'

red 172 ◦ green 246 ◦ blue 140

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

Shades of Granny Smith Apple #ACF68C

Tints of Granny Smith Apple #ACF68C

RGB

 RED value IS 172 (67.58% from 255) = 30.82%

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

 BLUE value IS 140 (55.08% from 255) = 25.09%

R = 30.82%
G = 44.09%
B = 25.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#ACF68C (or 0xACF68C) is known color: Granny Smith Apple. HEX triplet: AC, F6 and 8C. RGB value is (172,246,140). Sum of RGB (Red+Green+Blue) = 172+246+140=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF68C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF68C is #530973. Grayscale: #D4D4D4. Windows color (decimal): -5441908 or 9238188. OLE color: 9238188.

HSL color Cylindrical-coordinate representation of color #ACF68C: hue angle of 101.89º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACF68C is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 140 -
CMYK 0.30 0 0.43 0.04
HSL 101.89º 0.85% 0.76% -
HSV(B) 101.89º 0.43% 0.96% -
XYZ 54.7 76.58 36.71 -
YUV 211.79 87.48 99.62 -
System Red Green Blue C M Y K H S L
Decimal 172 246 140 0.30 0 0.43 0.04 101.89 0.85 0.76
Hex AC F6 8C 1E 0 2B 4 66 55 4C
Octal 254 366 214 36 0 53 4 146 125 114
Binary 10101100 11110110 10001100 11110 0 101011 100 1100110 1010101 1001100

Color Harmonies of #ACF68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF68C

Black with #ACF68C

Text Example


Text Example

White with #ACF68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF68C; }

 p { color: rgb(172,246,140); }

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

background-color css

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

 a { background-color: rgb(172,246,140); }

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

border-color css

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

 span { border-color: rgb(172,246,140); }

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