Html Css Color HEX #ACD78B Feijoa

📋 copy color: '#ACD78B'

red 172 ◦ green 215 ◦ blue 139

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

Shades of Feijoa #ACD78B

Tints of Feijoa #ACD78B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.87%

 BLUE value IS 139 (54.69% from 255) = 26.43%

R = 32.7%
G = 40.87%
B = 26.43%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#ACD78B (or 0xACD78B) is known color: Feijoa. HEX triplet: AC, D7 and 8B. RGB value is (172,215,139). Sum of RGB (Red+Green+Blue) = 172+215+139=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD78B is #532874. Grayscale: #C1C1C1. Windows color (decimal): -5449845 or 9164716. OLE color: 9164716.

HSL color Cylindrical-coordinate representation of color #ACD78B: hue angle of 93.95º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACD78B is Cyan = 0.2, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 139 -
CMYK 0.2 0 0.35 0.16
HSL 93.95º 0.49% 0.69% -
HSV(B) 93.95º 0.35% 0.84% -
XYZ 45.97 59.24 33.44 -
YUV 193.48 97.25 112.68 -
System Red Green Blue C M Y K H S L
Decimal 172 215 139 0.2 0 0.35 0.16 93.95 0.49 0.69
Hex AC D7 8B 14 0 23 10 5E 31 45
Octal 254 327 213 24 0 43 20 136 61 105
Binary 10101100 11010111 10001011 10100 0 100011 10000 1011110 110001 1000101

Color Harmonies of #ACD78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD78B

Black with #ACD78B

Text Example


Text Example

White with #ACD78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD78B; }

 p { color: rgb(172,215,139); }

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

background-color css

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

 a { background-color: rgb(172,215,139); }

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

border-color css

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

 span { border-color: rgb(172,215,139); }

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