Html Css Color HEX #ACF278 Feijoa

📋 copy color: '#ACF278'

red 172 ◦ green 242 ◦ blue 120

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

Shades of Feijoa #ACF278

Tints of Feijoa #ACF278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.47%

R = 32.21%
G = 45.32%
B = 22.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#ACF278 (or 0xACF278) is known color: Feijoa. HEX triplet: AC, F2 and 78. RGB value is (172,242,120). Sum of RGB (Red+Green+Blue) = 172+242+120=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF278 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF278 is #530D87. Grayscale: #CFCFCF. Windows color (decimal): -5442952 or 7926444. OLE color: 7926444.

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

Color convert

RGB 172 242 120 -
CMYK 0.29 0 0.50 0.05
HSL 94.43º 0.82% 0.71% -
HSV(B) 94.43º 0.5% 0.95% -
XYZ 52.16 73.63 29.23 -
YUV 207.16 78.81 102.92 -
System Red Green Blue C M Y K H S L
Decimal 172 242 120 0.29 0 0.50 0.05 94.43 0.82 0.71
Hex AC F2 78 1D 0 32 5 5E 52 47
Octal 254 362 170 35 0 62 5 136 122 107
Binary 10101100 11110010 1111000 11101 0 110010 101 1011110 1010010 1000111

Color Harmonies of #ACF278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF278

Black with #ACF278

Text Example


Text Example

White with #ACF278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF278; }

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

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

background-color css

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

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

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

border-color css

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

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

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