Html Css Color HEX #ACDF7C Feijoa

📋 copy color: '#ACDF7C'

red 172 ◦ green 223 ◦ blue 124

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

Shades of Feijoa #ACDF7C

Tints of Feijoa #ACDF7C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.97%

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

R = 33.14%
G = 42.97%
B = 23.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#ACDF7C (or 0xACDF7C) is known color: Feijoa. HEX triplet: AC, DF and 7C. RGB value is (172,223,124). Sum of RGB (Red+Green+Blue) = 172+223+124=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF7C is #532083. Grayscale: #C4C4C4. Windows color (decimal): -5447812 or 8183724. OLE color: 8183724.

HSL color Cylindrical-coordinate representation of color #ACDF7C: hue angle of 90.91º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACDF7C is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 124 -
CMYK 0.23 0 0.44 0.13
HSL 90.91º 0.61% 0.68% -
HSV(B) 90.91º 0.44% 0.87% -
XYZ 47.04 63 28.75 -
YUV 196.47 87.1 110.55 -
System Red Green Blue C M Y K H S L
Decimal 172 223 124 0.23 0 0.44 0.13 90.91 0.61 0.68
Hex AC DF 7C 17 0 2C D 5B 3D 44
Octal 254 337 174 27 0 54 15 133 75 104
Binary 10101100 11011111 1111100 10111 0 101100 1101 1011011 111101 1000100

Color Harmonies of #ACDF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF7C

Black with #ACDF7C

Text Example


Text Example

White with #ACDF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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