Html Css Color HEX #ACF288 Feijoa

📋 copy color: '#ACF288'

red 172 ◦ green 242 ◦ blue 136

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

Shades of Feijoa #ACF288

Tints of Feijoa #ACF288

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44%

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

R = 31.27%
G = 44%
B = 24.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#ACF288 (or 0xACF288) is known color: Feijoa. HEX triplet: AC, F2 and 88. RGB value is (172,242,136). Sum of RGB (Red+Green+Blue) = 172+242+136=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF288 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF288 is #530D77. Grayscale: #D1D1D1. Windows color (decimal): -5442936 or 8975020. OLE color: 8975020.

HSL color Cylindrical-coordinate representation of color #ACF288: hue angle of 99.62º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACF288 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 136 -
CMYK 0.29 0 0.44 0.05
HSL 99.62º 0.8% 0.74% -
HSV(B) 99.62º 0.44% 0.95% -
XYZ 53.21 74.05 34.78 -
YUV 208.99 86.81 101.62 -
System Red Green Blue C M Y K H S L
Decimal 172 242 136 0.29 0 0.44 0.05 99.62 0.8 0.74
Hex AC F2 88 1D 0 2C 5 64 50 4A
Octal 254 362 210 35 0 54 5 144 120 112
Binary 10101100 11110010 10001000 11101 0 101100 101 1100100 1010000 1001010

Color Harmonies of #ACF288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF288

Black with #ACF288

Text Example


Text Example

White with #ACF288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF288; }

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

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

background-color css

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

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

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

border-color css

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

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

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