Html Css Color HEX #ACF088 Feijoa

📋 copy color: '#ACF088'

red 172 ◦ green 240 ◦ blue 136

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

Shades of Feijoa #ACF088

Tints of Feijoa #ACF088

RGB

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

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

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

R = 31.39%
G = 43.8%
B = 24.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#ACF088 (or 0xACF088) is known color: Feijoa. HEX triplet: AC, F0 and 88. RGB value is (172,240,136). Sum of RGB (Red+Green+Blue) = 172+240+136=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 136 (53.52% from 255 or 24.82% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF088 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF088 is #530F77. Grayscale: #D0D0D0. Windows color (decimal): -5443448 or 8974508. OLE color: 8974508.

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

Color convert

RGB 172 240 136 -
CMYK 0.28 0 0.43 0.06
HSL 99.23º 0.78% 0.74% -
HSV(B) 99.23º 0.43% 0.94% -
XYZ 52.62 72.87 34.58 -
YUV 207.81 87.47 102.46 -
System Red Green Blue C M Y K H S L
Decimal 172 240 136 0.28 0 0.43 0.06 99.23 0.78 0.74
Hex AC F0 88 1C 0 2B 6 63 4E 4A
Octal 254 360 210 34 0 53 6 143 116 112
Binary 10101100 11110000 10001000 11100 0 101011 110 1100011 1001110 1001010

Color Harmonies of #ACF088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF088

Black with #ACF088

Text Example


Text Example

White with #ACF088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF088; }

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

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

background-color css

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

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

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

border-color css

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

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

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