Html Css Color HEX #ACCD85 Feijoa

📋 copy color: '#ACCD85'

red 172 ◦ green 205 ◦ blue 133

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

Shades of Feijoa #ACCD85

Tints of Feijoa #ACCD85

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.2%

 BLUE value IS 133 (52.34% from 255) = 26.08%

R = 33.73%
G = 40.2%
B = 26.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#ACCD85 (or 0xACCD85) is known color: Feijoa. HEX triplet: AC, CD and 85. RGB value is (172,205,133). Sum of RGB (Red+Green+Blue) = 172+205+133=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCD85 is #53327A. Grayscale: #BBBBBB. Windows color (decimal): -5452411 or 8768940. OLE color: 8768940.

HSL color Cylindrical-coordinate representation of color #ACCD85: hue angle of 87.5º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACCD85 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 205 133 -
CMYK 0.16 0 0.35 0.20
HSL 87.5º 0.42% 0.66% -
HSV(B) 87.5º 0.35% 0.8% -
XYZ 43.08 54.13 30.37 -
YUV 186.93 97.57 117.35 -
System Red Green Blue C M Y K H S L
Decimal 172 205 133 0.16 0 0.35 0.20 87.5 0.42 0.66
Hex AC CD 85 10 0 23 14 57 2A 42
Octal 254 315 205 20 0 43 24 127 52 102
Binary 10101100 11001101 10000101 10000 0 100011 10100 1010111 101010 1000010

Color Harmonies of #ACCD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD85

Black with #ACCD85

Text Example


Text Example

White with #ACCD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD85; }

 p { color: rgb(172,205,133); }

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

background-color css

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

 a { background-color: rgb(172,205,133); }

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

border-color css

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

 span { border-color: rgb(172,205,133); }

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