Html Css Color HEX #ACDB73 Feijoa

📋 copy color: '#ACDB73'

red 172 ◦ green 219 ◦ blue 115

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

Shades of Feijoa #ACDB73

Tints of Feijoa #ACDB73

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.28%

 BLUE value IS 115 (45.31% from 255) = 22.73%

R = 33.99%
G = 43.28%
B = 22.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#ACDB73 (or 0xACDB73) is known color: Feijoa. HEX triplet: AC, DB and 73. RGB value is (172,219,115). Sum of RGB (Red+Green+Blue) = 172+219+115=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB73 is #53248C. Grayscale: #C1C1C1. Windows color (decimal): -5448845 or 7592876. OLE color: 7592876.

HSL color Cylindrical-coordinate representation of color #ACDB73: hue angle of 87.12º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACDB73 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 115 -
CMYK 0.21 0 0.47 0.14
HSL 87.12º 0.59% 0.65% -
HSV(B) 87.12º 0.47% 0.86% -
XYZ 45.44 60.67 25.54 -
YUV 193.09 83.93 112.96 -
System Red Green Blue C M Y K H S L
Decimal 172 219 115 0.21 0 0.47 0.14 87.12 0.59 0.65
Hex AC DB 73 15 0 2F E 57 3B 41
Octal 254 333 163 25 0 57 16 127 73 101
Binary 10101100 11011011 1110011 10101 0 101111 1110 1010111 111011 1000001

Color Harmonies of #ACDB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB73

Black with #ACDB73

Text Example


Text Example

White with #ACDB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB73; }

 p { color: rgb(172,219,115); }

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

background-color css

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

 a { background-color: rgb(172,219,115); }

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

border-color css

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

 span { border-color: rgb(172,219,115); }

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