Html Css Color HEX #ACDB74 Feijoa

📋 copy color: '#ACDB74'

red 172 ◦ green 219 ◦ blue 116

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

Shades of Feijoa #ACDB74

Tints of Feijoa #ACDB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.88%

R = 33.93%
G = 43.2%
B = 22.88%

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

#ACDB74 (or 0xACDB74) is known color: Feijoa. HEX triplet: AC, DB and 74. RGB value is (172,219,116). Sum of RGB (Red+Green+Blue) = 172+219+116=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB74 is #53248B. Grayscale: #C1C1C1. Windows color (decimal): -5448844 or 7658412. OLE color: 7658412.

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

Color convert

RGB 172 219 116 -
CMYK 0.21 0 0.47 0.14
HSL 87.38º 0.59% 0.66% -
HSV(B) 87.38º 0.47% 0.86% -
XYZ 45.5 60.69 25.84 -
YUV 193.21 84.43 112.88 -
System Red Green Blue C M Y K H S L
Decimal 172 219 116 0.21 0 0.47 0.14 87.38 0.59 0.66
Hex AC DB 74 15 0 2F E 57 3B 42
Octal 254 333 164 25 0 57 16 127 73 102
Binary 10101100 11011011 1110100 10101 0 101111 1110 1010111 111011 1000010

Color Harmonies of #ACDB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB74

Black with #ACDB74

Text Example


Text Example

White with #ACDB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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