Html Css Color HEX #ADFC7C Feijoa

📋 copy color: '#ADFC7C'

red 173 ◦ green 252 ◦ blue 124

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

Shades of Feijoa #ADFC7C

Tints of Feijoa #ADFC7C

RGB

 RED value IS 173 (67.97% from 255) = 31.51%

 GREEN value IS 252 (98.83% from 255) = 45.9%

 BLUE value IS 124 (48.83% from 255) = 22.59%

R = 31.51%
G = 45.9%
B = 22.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#ADFC7C (or 0xADFC7C) is known color: Feijoa. HEX triplet: AD, FC and 7C. RGB value is (173,252,124). Sum of RGB (Red+Green+Blue) = 173+252+124=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 124 (48.83% from 255 or 22.59% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFC7C is #520383. Grayscale: #D6D6D6. Windows color (decimal): -5374852 or 8191149. OLE color: 8191149.

HSL color Cylindrical-coordinate representation of color #ADFC7C: hue angle of 97.03º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADFC7C is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 252 124 -
CMYK 0.31 0 0.51 0.01
HSL 97.03º 0.96% 0.74% -
HSV(B) 97.03º 0.51% 0.99% -
XYZ 55.68 79.96 31.57 -
YUV 213.79 77.33 98.91 -
System Red Green Blue C M Y K H S L
Decimal 173 252 124 0.31 0 0.51 0.01 97.03 0.96 0.74
Hex AD FC 7C 1F 0 33 1 61 60 4A
Octal 255 374 174 37 0 63 1 141 140 112
Binary 10101101 11111100 1111100 11111 0 110011 1 1100001 1100000 1001010

Color Harmonies of #ADFC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFC7C

Black with #ADFC7C

Text Example


Text Example

White with #ADFC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFC7C; }

 p { color: rgb(173,252,124); }

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

background-color css

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

 a { background-color: rgb(173,252,124); }

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

border-color css

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

 span { border-color: rgb(173,252,124); }

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