Html Css Color HEX #ACDF7B Feijoa

📋 copy color: '#ACDF7B'

red 172 ◦ green 223 ◦ blue 123

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

Shades of Feijoa #ACDF7B

Tints of Feijoa #ACDF7B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.05%

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

R = 33.2%
G = 43.05%
B = 23.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#ACDF7B (or 0xACDF7B) is known color: Feijoa. HEX triplet: AC, DF and 7B. RGB value is (172,223,123). Sum of RGB (Red+Green+Blue) = 172+223+123=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF7B is #532084. Grayscale: #C4C4C4. Windows color (decimal): -5447813 or 8118188. OLE color: 8118188.

HSL color Cylindrical-coordinate representation of color #ACDF7B: hue angle of 90.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACDF7B is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 123 -
CMYK 0.23 0 0.45 0.13
HSL 90.6º 0.61% 0.68% -
HSV(B) 90.6º 0.45% 0.87% -
XYZ 46.98 62.98 28.42 -
YUV 196.35 86.6 110.63 -
System Red Green Blue C M Y K H S L
Decimal 172 223 123 0.23 0 0.45 0.13 90.6 0.61 0.68
Hex AC DF 7B 17 0 2D D 5B 3D 44
Octal 254 337 173 27 0 55 15 133 75 104
Binary 10101100 11011111 1111011 10111 0 101101 1101 1011011 111101 1000100

Color Harmonies of #ACDF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF7B

Black with #ACDF7B

Text Example


Text Example

White with #ACDF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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