Html Css Color HEX #ACDF90 Feijoa

📋 copy color: '#ACDF90'

red 172 ◦ green 223 ◦ blue 144

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

Shades of Feijoa #ACDF90

Tints of Feijoa #ACDF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.72%

R = 31.91%
G = 41.37%
B = 26.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#ACDF90 (or 0xACDF90) is known color: Feijoa. HEX triplet: AC, DF and 90. RGB value is (172,223,144). Sum of RGB (Red+Green+Blue) = 172+223+144=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDF90 is #53206F. Grayscale: #C7C7C7. Windows color (decimal): -5447792 or 9494444. OLE color: 9494444.

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

Color convert

RGB 172 223 144 -
CMYK 0.23 0 0.35 0.13
HSL 98.73º 0.55% 0.72% -
HSV(B) 98.73º 0.35% 0.87% -
XYZ 48.43 63.56 36.1 -
YUV 198.75 97.1 108.92 -
System Red Green Blue C M Y K H S L
Decimal 172 223 144 0.23 0 0.35 0.13 98.73 0.55 0.72
Hex AC DF 90 17 0 23 D 63 37 48
Octal 254 337 220 27 0 43 15 143 67 110
Binary 10101100 11011111 10010000 10111 0 100011 1101 1100011 110111 1001000

Color Harmonies of #ACDF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF90

Black with #ACDF90

Text Example


Text Example

White with #ACDF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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