Html Css Color HEX #ACF372 Feijoa

📋 copy color: '#ACF372'

red 172 ◦ green 243 ◦ blue 114

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

Shades of Feijoa #ACF372

Tints of Feijoa #ACF372

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.94%

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

R = 32.51%
G = 45.94%
B = 21.55%

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

#ACF372 (or 0xACF372) is known color: Feijoa. HEX triplet: AC, F3 and 72. RGB value is (172,243,114). Sum of RGB (Red+Green+Blue) = 172+243+114=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF372 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF372 is #530C8D. Grayscale: #CFCFCF. Windows color (decimal): -5442702 or 7533484. OLE color: 7533484.

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

Color convert

RGB 172 243 114 -
CMYK 0.29 0 0.53 0.05
HSL 93.02º 0.84% 0.7% -
HSV(B) 93.02º 0.53% 0.95% -
XYZ 52.1 74.09 27.47 -
YUV 207.07 75.48 102.99 -
System Red Green Blue C M Y K H S L
Decimal 172 243 114 0.29 0 0.53 0.05 93.02 0.84 0.7
Hex AC F3 72 1D 0 35 5 5D 54 46
Octal 254 363 162 35 0 65 5 135 124 106
Binary 10101100 11110011 1110010 11101 0 110101 101 1011101 1010100 1000110

Color Harmonies of #ACF372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF372

Black with #ACF372

Text Example


Text Example

White with #ACF372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF372; }

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

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

background-color css

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

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

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

border-color css

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

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

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