Html Css Color HEX #ACF388 Feijoa

📋 copy color: '#ACF388'

red 172 ◦ green 243 ◦ blue 136

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

Shades of Feijoa #ACF388

Tints of Feijoa #ACF388

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.1%

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

R = 31.22%
G = 44.1%
B = 24.68%

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

#ACF388 (or 0xACF388) is known color: Feijoa. HEX triplet: AC, F3 and 88. RGB value is (172,243,136). Sum of RGB (Red+Green+Blue) = 172+243+136=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF388 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF388 is #530C77. Grayscale: #D1D1D1. Windows color (decimal): -5442680 or 8975276. OLE color: 8975276.

HSL color Cylindrical-coordinate representation of color #ACF388: hue angle of 99.81º degrees, saturation: 0.82, 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 #ACF388 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 243 136 -
CMYK 0.29 0 0.44 0.05
HSL 99.81º 0.82% 0.74% -
HSV(B) 99.81º 0.44% 0.95% -
XYZ 53.51 74.65 34.88 -
YUV 209.57 86.48 101.2 -
System Red Green Blue C M Y K H S L
Decimal 172 243 136 0.29 0 0.44 0.05 99.81 0.82 0.74
Hex AC F3 88 1D 0 2C 5 64 52 4A
Octal 254 363 210 35 0 54 5 144 122 112
Binary 10101100 11110011 10001000 11101 0 101100 101 1100100 1010010 1001010

Color Harmonies of #ACF388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF388

Black with #ACF388

Text Example


Text Example

White with #ACF388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF388; }

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

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

background-color css

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

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

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

border-color css

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

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

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