Html Css Color HEX #ACD68D Feijoa

📋 copy color: '#ACD68D'

red 172 ◦ green 214 ◦ blue 141

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

Shades of Feijoa #ACD68D

Tints of Feijoa #ACD68D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.61%

 BLUE value IS 141 (55.47% from 255) = 26.76%

R = 32.64%
G = 40.61%
B = 26.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#ACD68D (or 0xACD68D) is known color: Feijoa. HEX triplet: AC, D6 and 8D. RGB value is (172,214,141). Sum of RGB (Red+Green+Blue) = 172+214+141=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD68D is #532972. Grayscale: #C1C1C1. Windows color (decimal): -5450099 or 9295532. OLE color: 9295532.

HSL color Cylindrical-coordinate representation of color #ACD68D: hue angle of 94.52º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACD68D is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 141 -
CMYK 0.20 0 0.34 0.16
HSL 94.52º 0.47% 0.7% -
HSV(B) 94.52º 0.34% 0.84% -
XYZ 45.87 58.79 34.13 -
YUV 193.12 98.59 112.94 -
System Red Green Blue C M Y K H S L
Decimal 172 214 141 0.20 0 0.34 0.16 94.52 0.47 0.7
Hex AC D6 8D 14 0 22 10 5F 2F 46
Octal 254 326 215 24 0 42 20 137 57 106
Binary 10101100 11010110 10001101 10100 0 100010 10000 1011111 101111 1000110

Color Harmonies of #ACD68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD68D

Black with #ACD68D

Text Example


Text Example

White with #ACD68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD68D; }

 p { color: rgb(172,214,141); }

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

background-color css

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

 a { background-color: rgb(172,214,141); }

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

border-color css

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

 span { border-color: rgb(172,214,141); }

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