Html Css Color HEX #ACFD7C Feijoa

📋 copy color: '#ACFD7C'

red 172 ◦ green 253 ◦ blue 124

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

Shades of Feijoa #ACFD7C

Tints of Feijoa #ACFD7C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.08%

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

R = 31.33%
G = 46.08%
B = 22.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#ACFD7C (or 0xACFD7C) is known color: Feijoa. HEX triplet: AC, FD and 7C. RGB value is (172,253,124). Sum of RGB (Red+Green+Blue) = 172+253+124=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 124 (48.83% from 255 or 22.59% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFD7C is #530283. Grayscale: #D6D6D6. Windows color (decimal): -5440132 or 8191404. OLE color: 8191404.

HSL color Cylindrical-coordinate representation of color #ACFD7C: hue angle of 97.67º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACFD7C is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 253 124 -
CMYK 0.32 0 0.51 0.01
HSL 97.67º 0.97% 0.74% -
HSV(B) 97.67º 0.51% 0.99% -
XYZ 55.78 80.48 31.66 -
YUV 214.08 77.16 97.99 -
System Red Green Blue C M Y K H S L
Decimal 172 253 124 0.32 0 0.51 0.01 97.67 0.97 0.74
Hex AC FD 7C 20 0 33 1 62 61 4A
Octal 254 375 174 40 0 63 1 142 141 112
Binary 10101100 11111101 1111100 100000 0 110011 1 1100010 1100001 1001010

Color Harmonies of #ACFD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFD7C

Black with #ACFD7C

Text Example


Text Example

White with #ACFD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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