Html Css Color HEX #ACF678 Feijoa

📋 copy color: '#ACF678'

red 172 ◦ green 246 ◦ blue 120

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

Shades of Feijoa #ACF678

Tints of Feijoa #ACF678

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.72%

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

R = 31.97%
G = 45.72%
B = 22.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#ACF678 (or 0xACF678) is known color: Feijoa. HEX triplet: AC, F6 and 78. RGB value is (172,246,120). Sum of RGB (Red+Green+Blue) = 172+246+120=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 246 (96.48% from 255 or 45.72% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF678 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF678 is #530987. Grayscale: #D1D1D1. Windows color (decimal): -5441928 or 7927468. OLE color: 7927468.

HSL color Cylindrical-coordinate representation of color #ACF678: hue angle of 95.24º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACF678 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 120 -
CMYK 0.30 0 0.51 0.04
HSL 95.24º 0.88% 0.72% -
HSV(B) 95.24º 0.51% 0.96% -
XYZ 53.36 76.04 29.63 -
YUV 209.51 77.48 101.25 -
System Red Green Blue C M Y K H S L
Decimal 172 246 120 0.30 0 0.51 0.04 95.24 0.88 0.72
Hex AC F6 78 1E 0 33 4 5F 58 48
Octal 254 366 170 36 0 63 4 137 130 110
Binary 10101100 11110110 1111000 11110 0 110011 100 1011111 1011000 1001000

Color Harmonies of #ACF678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF678

Black with #ACF678

Text Example


Text Example

White with #ACF678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF678; }

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

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

background-color css

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

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

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

border-color css

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

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

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