Html Css Color HEX #ACF181 Feijoa

📋 copy color: '#ACF181'

red 172 ◦ green 241 ◦ blue 129

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

Shades of Feijoa #ACF181

Tints of Feijoa #ACF181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.8%

R = 31.73%
G = 44.46%
B = 23.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#ACF181 (or 0xACF181) is known color: Feijoa. HEX triplet: AC, F1 and 81. RGB value is (172,241,129). Sum of RGB (Red+Green+Blue) = 172+241+129=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 129 (50.78% from 255 or 23.80% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF181 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF181 is #530E7E. Grayscale: #CFCFCF. Windows color (decimal): -5443199 or 8516012. OLE color: 8516012.

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

Color convert

RGB 172 241 129 -
CMYK 0.29 0 0.46 0.05
HSL 96.96º 0.8% 0.73% -
HSV(B) 96.96º 0.46% 0.95% -
XYZ 52.43 73.27 32.15 -
YUV 207.6 83.64 102.61 -
System Red Green Blue C M Y K H S L
Decimal 172 241 129 0.29 0 0.46 0.05 96.96 0.8 0.73
Hex AC F1 81 1D 0 2E 5 61 50 49
Octal 254 361 201 35 0 56 5 141 120 111
Binary 10101100 11110001 10000001 11101 0 101110 101 1100001 1010000 1001001

Color Harmonies of #ACF181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF181

Black with #ACF181

Text Example


Text Example

White with #ACF181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF181; }

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

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

background-color css

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

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

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

border-color css

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

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

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