Html Css Color HEX #ACF18B Feijoa

📋 copy color: '#ACF18B'

red 172 ◦ green 241 ◦ blue 139

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

Shades of Feijoa #ACF18B

Tints of Feijoa #ACF18B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.66%

 BLUE value IS 139 (54.69% from 255) = 25.18%

R = 31.16%
G = 43.66%
B = 25.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#ACF18B (or 0xACF18B) is known color: Feijoa. HEX triplet: AC, F1 and 8B. RGB value is (172,241,139). Sum of RGB (Red+Green+Blue) = 172+241+139=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF18B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF18B is #530E74. Grayscale: #D1D1D1. Windows color (decimal): -5443189 or 9171372. OLE color: 9171372.

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

Color convert

RGB 172 241 139 -
CMYK 0.29 0 0.42 0.05
HSL 100.59º 0.78% 0.75% -
HSV(B) 100.59º 0.42% 0.95% -
XYZ 53.13 73.55 35.82 -
YUV 208.74 88.64 101.79 -
System Red Green Blue C M Y K H S L
Decimal 172 241 139 0.29 0 0.42 0.05 100.59 0.78 0.75
Hex AC F1 8B 1D 0 2A 5 65 4E 4B
Octal 254 361 213 35 0 52 5 145 116 113
Binary 10101100 11110001 10001011 11101 0 101010 101 1100101 1001110 1001011

Color Harmonies of #ACF18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF18B

Black with #ACF18B

Text Example


Text Example

White with #ACF18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF18B; }

 p { color: rgb(172,241,139); }

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

background-color css

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

 a { background-color: rgb(172,241,139); }

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

border-color css

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

 span { border-color: rgb(172,241,139); }

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