Html Css Color HEX #ACCD8A Feijoa

📋 copy color: '#ACCD8A'

red 172 ◦ green 205 ◦ blue 138

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

Shades of Feijoa #ACCD8A

Tints of Feijoa #ACCD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.8%

R = 33.4%
G = 39.81%
B = 26.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#ACCD8A (or 0xACCD8A) is known color: Feijoa. HEX triplet: AC, CD and 8A. RGB value is (172,205,138). Sum of RGB (Red+Green+Blue) = 172+205+138=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCD8A is #533275. Grayscale: #BBBBBB. Windows color (decimal): -5452406 or 9096620. OLE color: 9096620.

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

Color convert

RGB 172 205 138 -
CMYK 0.16 0 0.33 0.20
HSL 89.55º 0.4% 0.67% -
HSV(B) 89.55º 0.33% 0.8% -
XYZ 43.43 54.27 32.23 -
YUV 187.5 100.07 116.95 -
System Red Green Blue C M Y K H S L
Decimal 172 205 138 0.16 0 0.33 0.20 89.55 0.4 0.67
Hex AC CD 8A 10 0 21 14 5A 28 43
Octal 254 315 212 20 0 41 24 132 50 103
Binary 10101100 11001101 10001010 10000 0 100001 10100 1011010 101000 1000011

Color Harmonies of #ACCD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD8A

Black with #ACCD8A

Text Example


Text Example

White with #ACCD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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