Html Css Color HEX #ACDF74 Feijoa

📋 copy color: '#ACDF74'

red 172 ◦ green 223 ◦ blue 116

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

Shades of Feijoa #ACDF74

Tints of Feijoa #ACDF74

RGB

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

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

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

R = 33.66%
G = 43.64%
B = 22.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#ACDF74 (or 0xACDF74) is known color: Feijoa. HEX triplet: AC, DF and 74. RGB value is (172,223,116). Sum of RGB (Red+Green+Blue) = 172+223+116=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF74 is #53208B. Grayscale: #C3C3C3. Windows color (decimal): -5447820 or 7659436. OLE color: 7659436.

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

Color convert

RGB 172 223 116 -
CMYK 0.23 0 0.48 0.13
HSL 88.6º 0.63% 0.66% -
HSV(B) 88.6º 0.48% 0.87% -
XYZ 46.55 62.81 26.19 -
YUV 195.55 83.1 111.2 -
System Red Green Blue C M Y K H S L
Decimal 172 223 116 0.23 0 0.48 0.13 88.6 0.63 0.66
Hex AC DF 74 17 0 30 D 59 3F 42
Octal 254 337 164 27 0 60 15 131 77 102
Binary 10101100 11011111 1110100 10111 0 110000 1101 1011001 111111 1000010

Color Harmonies of #ACDF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF74

Black with #ACDF74

Text Example


Text Example

White with #ACDF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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