Html Css Color HEX #ACF57C Feijoa

📋 copy color: '#ACF57C'

red 172 ◦ green 245 ◦ blue 124

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

Shades of Feijoa #ACF57C

Tints of Feijoa #ACF57C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.29%

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

R = 31.79%
G = 45.29%
B = 22.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#ACF57C (or 0xACF57C) is known color: Feijoa. HEX triplet: AC, F5 and 7C. RGB value is (172,245,124). Sum of RGB (Red+Green+Blue) = 172+245+124=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 245 (96.09% from 255 or 45.29% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF57C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF57C is #530A83. Grayscale: #D1D1D1. Windows color (decimal): -5442180 or 8189356. OLE color: 8189356.

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

Color convert

RGB 172 245 124 -
CMYK 0.30 0 0.49 0.04
HSL 96.2º 0.86% 0.72% -
HSV(B) 96.2º 0.49% 0.96% -
XYZ 53.3 75.53 30.84 -
YUV 209.38 79.82 101.34 -
System Red Green Blue C M Y K H S L
Decimal 172 245 124 0.30 0 0.49 0.04 96.2 0.86 0.72
Hex AC F5 7C 1E 0 31 4 60 56 48
Octal 254 365 174 36 0 61 4 140 126 110
Binary 10101100 11110101 1111100 11110 0 110001 100 1100000 1010110 1001000

Color Harmonies of #ACF57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF57C

Black with #ACF57C

Text Example


Text Example

White with #ACF57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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