Html Css Color HEX #ACF172 Feijoa

📋 copy color: '#ACF172'

red 172 ◦ green 241 ◦ blue 114

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

Shades of Feijoa #ACF172

Tints of Feijoa #ACF172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.63%

R = 32.64%
G = 45.73%
B = 21.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#ACF172 (or 0xACF172) is known color: Feijoa. HEX triplet: AC, F1 and 72. RGB value is (172,241,114). Sum of RGB (Red+Green+Blue) = 172+241+114=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF172 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF172 is #530E8D. Grayscale: #CECECE. Windows color (decimal): -5443214 or 7532972. OLE color: 7532972.

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

Color convert

RGB 172 241 114 -
CMYK 0.29 0 0.53 0.05
HSL 92.6º 0.82% 0.7% -
HSV(B) 92.6º 0.53% 0.95% -
XYZ 51.51 72.9 27.28 -
YUV 205.89 76.14 103.83 -
System Red Green Blue C M Y K H S L
Decimal 172 241 114 0.29 0 0.53 0.05 92.6 0.82 0.7
Hex AC F1 72 1D 0 35 5 5D 52 46
Octal 254 361 162 35 0 65 5 135 122 106
Binary 10101100 11110001 1110010 11101 0 110101 101 1011101 1010010 1000110

Color Harmonies of #ACF172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF172

Black with #ACF172

Text Example


Text Example

White with #ACF172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF172; }

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

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

background-color css

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

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

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

border-color css

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

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

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