Html Css Color HEX #ACD483 Feijoa

📋 copy color: '#ACD483'

red 172 ◦ green 212 ◦ blue 131

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

Shades of Feijoa #ACD483

Tints of Feijoa #ACD483

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.17%

 BLUE value IS 131 (51.56% from 255) = 25.44%

R = 33.4%
G = 41.17%
B = 25.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#ACD483 (or 0xACD483) is known color: Feijoa. HEX triplet: AC, D4 and 83. RGB value is (172,212,131). Sum of RGB (Red+Green+Blue) = 172+212+131=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD483 is #532B7C. Grayscale: #BFBFBF. Windows color (decimal): -5450621 or 8639660. OLE color: 8639660.

HSL color Cylindrical-coordinate representation of color #ACD483: hue angle of 89.63º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACD483 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 131 -
CMYK 0.19 0 0.38 0.17
HSL 89.63º 0.49% 0.67% -
HSV(B) 89.63º 0.38% 0.83% -
XYZ 44.65 57.5 30.22 -
YUV 190.81 94.25 114.59 -
System Red Green Blue C M Y K H S L
Decimal 172 212 131 0.19 0 0.38 0.17 89.63 0.49 0.67
Hex AC D4 83 13 0 26 11 5A 31 43
Octal 254 324 203 23 0 46 21 132 61 103
Binary 10101100 11010100 10000011 10011 0 100110 10001 1011010 110001 1000011

Color Harmonies of #ACD483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD483

Black with #ACD483

Text Example


Text Example

White with #ACD483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD483; }

 p { color: rgb(172,212,131); }

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

background-color css

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

 a { background-color: rgb(172,212,131); }

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

border-color css

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

 span { border-color: rgb(172,212,131); }

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