Html Css Color HEX #ACD27B Feijoa

📋 copy color: '#ACD27B'

red 172 ◦ green 210 ◦ blue 123

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

Shades of Feijoa #ACD27B

Tints of Feijoa #ACD27B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.36%

R = 34.06%
G = 41.58%
B = 24.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#ACD27B (or 0xACD27B) is known color: Feijoa. HEX triplet: AC, D2 and 7B. RGB value is (172,210,123). Sum of RGB (Red+Green+Blue) = 172+210+123=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD27B is #532D84. Grayscale: #BDBDBD. Windows color (decimal): -5451141 or 8114860. OLE color: 8114860.

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

Color convert

RGB 172 210 123 -
CMYK 0.18 0 0.41 0.18
HSL 86.21º 0.49% 0.65% -
HSV(B) 86.21º 0.41% 0.82% -
XYZ 43.64 56.29 27.3 -
YUV 188.72 90.91 116.07 -
System Red Green Blue C M Y K H S L
Decimal 172 210 123 0.18 0 0.41 0.18 86.21 0.49 0.65
Hex AC D2 7B 12 0 29 12 56 31 41
Octal 254 322 173 22 0 51 22 126 61 101
Binary 10101100 11010010 1111011 10010 0 101001 10010 1010110 110001 1000001

Color Harmonies of #ACD27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD27B

Black with #ACD27B

Text Example


Text Example

White with #ACD27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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