Html Css Color HEX #ACD383 Feijoa

📋 copy color: '#ACD383'

red 172 ◦ green 211 ◦ blue 131

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

Shades of Feijoa #ACD383

Tints of Feijoa #ACD383

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.05%

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

R = 33.46%
G = 41.05%
B = 25.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#ACD383 (or 0xACD383) is known color: Feijoa. HEX triplet: AC, D3 and 83. RGB value is (172,211,131). Sum of RGB (Red+Green+Blue) = 172+211+131=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD383 is #532C7C. Grayscale: #BEBEBE. Windows color (decimal): -5450877 or 8639404. OLE color: 8639404.

HSL color Cylindrical-coordinate representation of color #ACD383: hue angle of 89.25º degrees, saturation: 0.48, 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 #ACD383 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 131 -
CMYK 0.18 0 0.38 0.17
HSL 89.25º 0.48% 0.67% -
HSV(B) 89.25º 0.38% 0.83% -
XYZ 44.4 57 30.13 -
YUV 190.22 94.58 115 -
System Red Green Blue C M Y K H S L
Decimal 172 211 131 0.18 0 0.38 0.17 89.25 0.48 0.67
Hex AC D3 83 12 0 26 11 59 30 43
Octal 254 323 203 22 0 46 21 131 60 103
Binary 10101100 11010011 10000011 10010 0 100110 10001 1011001 110000 1000011

Color Harmonies of #ACD383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD383

Black with #ACD383

Text Example


Text Example

White with #ACD383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD383; }

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

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

background-color css

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

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

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

border-color css

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

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

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