Html Css Color HEX #ACF67C Feijoa

📋 copy color: '#ACF67C'

red 172 ◦ green 246 ◦ blue 124

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

Shades of Feijoa #ACF67C

Tints of Feijoa #ACF67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.88%

R = 31.73%
G = 45.39%
B = 22.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#ACF67C (or 0xACF67C) is known color: Feijoa. HEX triplet: AC, F6 and 7C. RGB value is (172,246,124). Sum of RGB (Red+Green+Blue) = 172+246+124=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 246 (96.48% from 255 or 45.39% from 542); Blue value is 124 (48.83% from 255 or 22.88% from 542); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF67C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF67C is #530983. Grayscale: #D2D2D2. Windows color (decimal): -5441924 or 8189612. OLE color: 8189612.

HSL color Cylindrical-coordinate representation of color #ACF67C: hue angle of 96.39º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACF67C is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 124 -
CMYK 0.30 0 0.50 0.04
HSL 96.39º 0.87% 0.73% -
HSV(B) 96.39º 0.5% 0.96% -
XYZ 53.61 76.14 30.94 -
YUV 209.97 79.48 100.92 -
System Red Green Blue C M Y K H S L
Decimal 172 246 124 0.30 0 0.50 0.04 96.39 0.87 0.73
Hex AC F6 7C 1E 0 32 4 60 57 49
Octal 254 366 174 36 0 62 4 140 127 111
Binary 10101100 11110110 1111100 11110 0 110010 100 1100000 1010111 1001001

Color Harmonies of #ACF67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF67C

Black with #ACF67C

Text Example


Text Example

White with #ACF67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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