Html Css Color HEX #ACF090 Granny Smith Apple

📋 copy color: '#ACF090'

red 172 ◦ green 240 ◦ blue 144

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

Shades of Granny Smith Apple #ACF090

Tints of Granny Smith Apple #ACF090

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.17%

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

R = 30.94%
G = 43.17%
B = 25.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#ACF090 (or 0xACF090) is known color: Granny Smith Apple. HEX triplet: AC, F0 and 90. RGB value is (172,240,144). Sum of RGB (Red+Green+Blue) = 172+240+144=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF090 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF090 is #530F6F. Grayscale: #D1D1D1. Windows color (decimal): -5443440 or 9498796. OLE color: 9498796.

HSL color Cylindrical-coordinate representation of color #ACF090: hue angle of 102.5º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACF090 is Cyan = 0.28, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 144 -
CMYK 0.28 0 0.4 0.06
HSL 102.5º 0.76% 0.75% -
HSV(B) 102.5º 0.4% 0.94% -
XYZ 53.21 73.1 37.69 -
YUV 208.72 91.47 101.81 -
System Red Green Blue C M Y K H S L
Decimal 172 240 144 0.28 0 0.4 0.06 102.5 0.76 0.75
Hex AC F0 90 1C 0 28 6 66 4C 4B
Octal 254 360 220 34 0 50 6 146 114 113
Binary 10101100 11110000 10010000 11100 0 101000 110 1100110 1001100 1001011

Color Harmonies of #ACF090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF090

Black with #ACF090

Text Example


Text Example

White with #ACF090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF090; }

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

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

background-color css

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

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

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

border-color css

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

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

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