Html Css Color HEX #ACF370 Feijoa

📋 copy color: '#ACF370'

red 172 ◦ green 243 ◦ blue 112

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

Shades of Feijoa #ACF370

Tints of Feijoa #ACF370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.25%

R = 32.64%
G = 46.11%
B = 21.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#ACF370 (or 0xACF370) is known color: Feijoa. HEX triplet: AC, F3 and 70. RGB value is (172,243,112). Sum of RGB (Red+Green+Blue) = 172+243+112=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF370 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF370 is #530C8F. Grayscale: #CFCFCF. Windows color (decimal): -5442704 or 7402412. OLE color: 7402412.

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

Color convert

RGB 172 243 112 -
CMYK 0.29 0 0.54 0.05
HSL 92.52º 0.85% 0.7% -
HSV(B) 92.52º 0.54% 0.95% -
XYZ 51.99 74.04 26.88 -
YUV 206.84 74.48 103.15 -
System Red Green Blue C M Y K H S L
Decimal 172 243 112 0.29 0 0.54 0.05 92.52 0.85 0.7
Hex AC F3 70 1D 0 36 5 5D 55 46
Octal 254 363 160 35 0 66 5 135 125 106
Binary 10101100 11110011 1110000 11101 0 110110 101 1011101 1010101 1000110

Color Harmonies of #ACF370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF370

Black with #ACF370

Text Example


Text Example

White with #ACF370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF370; }

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

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

background-color css

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

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

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

border-color css

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

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

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