Html Css Color HEX #ACF272 Feijoa

📋 copy color: '#ACF272'

red 172 ◦ green 242 ◦ blue 114

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

Shades of Feijoa #ACF272

Tints of Feijoa #ACF272

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.83%

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

R = 32.58%
G = 45.83%
B = 21.59%

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

#ACF272 (or 0xACF272) is known color: Feijoa. HEX triplet: AC, F2 and 72. RGB value is (172,242,114). Sum of RGB (Red+Green+Blue) = 172+242+114=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF272 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF272 is #530D8D. Grayscale: #CECECE. Windows color (decimal): -5442958 or 7533228. OLE color: 7533228.

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

Color convert

RGB 172 242 114 -
CMYK 0.29 0 0.53 0.05
HSL 92.81º 0.83% 0.7% -
HSV(B) 92.81º 0.53% 0.95% -
XYZ 51.8 73.49 27.37 -
YUV 206.48 75.81 103.41 -
System Red Green Blue C M Y K H S L
Decimal 172 242 114 0.29 0 0.53 0.05 92.81 0.83 0.7
Hex AC F2 72 1D 0 35 5 5D 53 46
Octal 254 362 162 35 0 65 5 135 123 106
Binary 10101100 11110010 1110010 11101 0 110101 101 1011101 1010011 1000110

Color Harmonies of #ACF272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF272

Black with #ACF272

Text Example


Text Example

White with #ACF272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF272; }

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

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

background-color css

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

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

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

border-color css

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

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

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