Html Css Color HEX #ACF690 Granny Smith Apple

📋 copy color: '#ACF690'

red 172 ◦ green 246 ◦ blue 144

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

Shades of Granny Smith Apple #ACF690

Tints of Granny Smith Apple #ACF690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.62%

R = 30.6%
G = 43.77%
B = 25.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#ACF690 (or 0xACF690) is known color: Granny Smith Apple. HEX triplet: AC, F6 and 90. RGB value is (172,246,144). Sum of RGB (Red+Green+Blue) = 172+246+144=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF690 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF690 is #53096F. Grayscale: #D4D4D4. Windows color (decimal): -5441904 or 9500332. OLE color: 9500332.

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

Color convert

RGB 172 246 144 -
CMYK 0.30 0 0.41 0.04
HSL 103.53º 0.85% 0.76% -
HSV(B) 103.53º 0.41% 0.96% -
XYZ 55 76.7 38.29 -
YUV 212.25 89.48 99.29 -
System Red Green Blue C M Y K H S L
Decimal 172 246 144 0.30 0 0.41 0.04 103.53 0.85 0.76
Hex AC F6 90 1E 0 29 4 68 55 4C
Octal 254 366 220 36 0 51 4 150 125 114
Binary 10101100 11110110 10010000 11110 0 101001 100 1101000 1010101 1001100

Color Harmonies of #ACF690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF690

Black with #ACF690

Text Example


Text Example

White with #ACF690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF690; }

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

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

background-color css

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

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

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

border-color css

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

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

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