Html Css Color HEX #ACF588 Feijoa

📋 copy color: '#ACF588'

red 172 ◦ green 245 ◦ blue 136

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

Shades of Feijoa #ACF588

Tints of Feijoa #ACF588

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.3%

 BLUE value IS 136 (53.52% from 255) = 24.59%

R = 31.1%
G = 44.3%
B = 24.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#ACF588 (or 0xACF588) is known color: Feijoa. HEX triplet: AC, F5 and 88. RGB value is (172,245,136). Sum of RGB (Red+Green+Blue) = 172+245+136=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 245 (96.09% from 255 or 44.30% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF588 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF588 is #530A77. Grayscale: #D3D3D3. Windows color (decimal): -5442168 or 8975788. OLE color: 8975788.

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

Color convert

RGB 172 245 136 -
CMYK 0.30 0 0.44 0.04
HSL 100.18º 0.84% 0.75% -
HSV(B) 100.18º 0.44% 0.96% -
XYZ 54.11 75.85 35.08 -
YUV 210.75 85.82 100.36 -
System Red Green Blue C M Y K H S L
Decimal 172 245 136 0.30 0 0.44 0.04 100.18 0.84 0.75
Hex AC F5 88 1E 0 2C 4 64 54 4B
Octal 254 365 210 36 0 54 4 144 124 113
Binary 10101100 11110101 10001000 11110 0 101100 100 1100100 1010100 1001011

Color Harmonies of #ACF588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF588

Black with #ACF588

Text Example


Text Example

White with #ACF588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF588; }

 p { color: rgb(172,245,136); }

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

background-color css

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

 a { background-color: rgb(172,245,136); }

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

border-color css

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

 span { border-color: rgb(172,245,136); }

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