Html Css Color HEX #ACF77C Feijoa

📋 copy color: '#ACF77C'

red 172 ◦ green 247 ◦ blue 124

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

Shades of Feijoa #ACF77C

Tints of Feijoa #ACF77C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.49%

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

R = 31.68%
G = 45.49%
B = 22.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#ACF77C (or 0xACF77C) is known color: Feijoa. HEX triplet: AC, F7 and 7C. RGB value is (172,247,124). Sum of RGB (Red+Green+Blue) = 172+247+124=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 247 (96.88% from 255 or 45.49% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF77C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF77C is #530883. Grayscale: #D2D2D2. Windows color (decimal): -5441668 or 8189868. OLE color: 8189868.

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

Color convert

RGB 172 247 124 -
CMYK 0.30 0 0.50 0.03
HSL 96.59º 0.88% 0.73% -
HSV(B) 96.59º 0.5% 0.97% -
XYZ 53.91 76.75 31.04 -
YUV 210.55 79.15 100.5 -
System Red Green Blue C M Y K H S L
Decimal 172 247 124 0.30 0 0.50 0.03 96.59 0.88 0.73
Hex AC F7 7C 1E 0 32 3 61 58 49
Octal 254 367 174 36 0 62 3 141 130 111
Binary 10101100 11110111 1111100 11110 0 110010 11 1100001 1011000 1001001

Color Harmonies of #ACF77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF77C

Black with #ACF77C

Text Example


Text Example

White with #ACF77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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