Html Css Color HEX #ACF17D Feijoa

📋 copy color: '#ACF17D'

red 172 ◦ green 241 ◦ blue 125

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

Shades of Feijoa #ACF17D

Tints of Feijoa #ACF17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.23%

R = 31.97%
G = 44.8%
B = 23.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#ACF17D (or 0xACF17D) is known color: Feijoa. HEX triplet: AC, F1 and 7D. RGB value is (172,241,125). Sum of RGB (Red+Green+Blue) = 172+241+125=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF17D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF17D is #530E82. Grayscale: #CFCFCF. Windows color (decimal): -5443203 or 8253868. OLE color: 8253868.

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

Color convert

RGB 172 241 125 -
CMYK 0.29 0 0.48 0.05
HSL 95.69º 0.81% 0.72% -
HSV(B) 95.69º 0.48% 0.95% -
XYZ 52.17 73.16 30.77 -
YUV 207.15 81.64 102.93 -
System Red Green Blue C M Y K H S L
Decimal 172 241 125 0.29 0 0.48 0.05 95.69 0.81 0.72
Hex AC F1 7D 1D 0 30 5 60 51 48
Octal 254 361 175 35 0 60 5 140 121 110
Binary 10101100 11110001 1111101 11101 0 110000 101 1100000 1010001 1001000

Color Harmonies of #ACF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF17D

Black with #ACF17D

Text Example


Text Example

White with #ACF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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