Html Css Color HEX #ACD283 Feijoa

📋 copy color: '#ACD283'

red 172 ◦ green 210 ◦ blue 131

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

Shades of Feijoa #ACD283

Tints of Feijoa #ACD283

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.94%

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

R = 33.53%
G = 40.94%
B = 25.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#ACD283 (or 0xACD283) is known color: Feijoa. HEX triplet: AC, D2 and 83. RGB value is (172,210,131). Sum of RGB (Red+Green+Blue) = 172+210+131=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD283 is #532D7C. Grayscale: #BDBDBD. Windows color (decimal): -5451133 or 8639148. OLE color: 8639148.

HSL color Cylindrical-coordinate representation of color #ACD283: hue angle of 88.86º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACD283 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 131 -
CMYK 0.18 0 0.38 0.18
HSL 88.86º 0.47% 0.67% -
HSV(B) 88.86º 0.38% 0.82% -
XYZ 44.16 56.5 30.05 -
YUV 189.63 94.91 115.42 -
System Red Green Blue C M Y K H S L
Decimal 172 210 131 0.18 0 0.38 0.18 88.86 0.47 0.67
Hex AC D2 83 12 0 26 12 59 2F 43
Octal 254 322 203 22 0 46 22 131 57 103
Binary 10101100 11010010 10000011 10010 0 100110 10010 1011001 101111 1000011

Color Harmonies of #ACD283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD283

Black with #ACD283

Text Example


Text Example

White with #ACD283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD283; }

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

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

background-color css

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

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

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

border-color css

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

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

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