Html Css Color HEX #ADFC85 Feijoa

📋 copy color: '#ADFC85'

red 173 ◦ green 252 ◦ blue 133

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

Shades of Feijoa #ADFC85

Tints of Feijoa #ADFC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.84%

R = 31%
G = 45.16%
B = 23.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#ADFC85 (or 0xADFC85) is known color: Feijoa. HEX triplet: AD, FC and 85. RGB value is (173,252,133). Sum of RGB (Red+Green+Blue) = 173+252+133=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFC85 is #52037A. Grayscale: #D7D7D7. Windows color (decimal): -5374843 or 8780973. OLE color: 8780973.

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

Color convert

RGB 173 252 133 -
CMYK 0.31 0 0.47 0.01
HSL 99.83º 0.95% 0.75% -
HSV(B) 99.83º 0.47% 0.99% -
XYZ 56.28 80.2 34.7 -
YUV 214.81 81.83 98.18 -
System Red Green Blue C M Y K H S L
Decimal 173 252 133 0.31 0 0.47 0.01 99.83 0.95 0.75
Hex AD FC 85 1F 0 2F 1 64 5F 4B
Octal 255 374 205 37 0 57 1 144 137 113
Binary 10101101 11111100 10000101 11111 0 101111 1 1100100 1011111 1001011

Color Harmonies of #ADFC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFC85

Black with #ADFC85

Text Example


Text Example

White with #ADFC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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