Html Css Color HEX #ACD68F Feijoa

📋 copy color: '#ACD68F'

red 172 ◦ green 214 ◦ blue 143

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

Shades of Feijoa #ACD68F

Tints of Feijoa #ACD68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.03%

R = 32.51%
G = 40.45%
B = 27.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#ACD68F (or 0xACD68F) is known color: Feijoa. HEX triplet: AC, D6 and 8F. RGB value is (172,214,143). Sum of RGB (Red+Green+Blue) = 172+214+143=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD68F is #532970. Grayscale: #C1C1C1. Windows color (decimal): -5450097 or 9426604. OLE color: 9426604.

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

Color convert

RGB 172 214 143 -
CMYK 0.20 0 0.33 0.16
HSL 95.49º 0.46% 0.7% -
HSV(B) 95.49º 0.33% 0.84% -
XYZ 46.02 58.85 34.92 -
YUV 193.35 99.59 112.77 -
System Red Green Blue C M Y K H S L
Decimal 172 214 143 0.20 0 0.33 0.16 95.49 0.46 0.7
Hex AC D6 8F 14 0 21 10 5F 2E 46
Octal 254 326 217 24 0 41 20 137 56 106
Binary 10101100 11010110 10001111 10100 0 100001 10000 1011111 101110 1000110

Color Harmonies of #ACD68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD68F

Black with #ACD68F

Text Example


Text Example

White with #ACD68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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