Html Css Color HEX #ACDF6F Feijoa

📋 copy color: '#ACDF6F'

red 172 ◦ green 223 ◦ blue 111

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

Shades of Feijoa #ACDF6F

Tints of Feijoa #ACDF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.94%

R = 33.99%
G = 44.07%
B = 21.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#ACDF6F (or 0xACDF6F) is known color: Feijoa. HEX triplet: AC, DF and 6F. RGB value is (172,223,111). Sum of RGB (Red+Green+Blue) = 172+223+111=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF6F is #532090. Grayscale: #C3C3C3. Windows color (decimal): -5447825 or 7331756. OLE color: 7331756.

HSL color Cylindrical-coordinate representation of color #ACDF6F: hue angle of 87.32º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACDF6F is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 111 -
CMYK 0.23 0 0.50 0.13
HSL 87.32º 0.64% 0.65% -
HSV(B) 87.32º 0.5% 0.87% -
XYZ 46.27 62.69 24.7 -
YUV 194.98 80.6 111.61 -
System Red Green Blue C M Y K H S L
Decimal 172 223 111 0.23 0 0.50 0.13 87.32 0.64 0.65
Hex AC DF 6F 17 0 32 D 57 40 41
Octal 254 337 157 27 0 62 15 127 100 101
Binary 10101100 11011111 1101111 10111 0 110010 1101 1010111 1000000 1000001

Color Harmonies of #ACDF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF6F

Black with #ACDF6F

Text Example


Text Example

White with #ACDF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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