Html Css Color HEX #ADCF81 Feijoa

📋 copy color: '#ADCF81'

red 173 ◦ green 207 ◦ blue 129

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

Shades of Feijoa #ADCF81

Tints of Feijoa #ADCF81

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.67%

 BLUE value IS 129 (50.78% from 255) = 25.34%

R = 33.99%
G = 40.67%
B = 25.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#ADCF81 (or 0xADCF81) is known color: Feijoa. HEX triplet: AD, CF and 81. RGB value is (173,207,129). Sum of RGB (Red+Green+Blue) = 173+207+129=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCF81 is #52307E. Grayscale: #BCBCBC. Windows color (decimal): -5386367 or 8507309. OLE color: 8507309.

HSL color Cylindrical-coordinate representation of color #ADCF81: hue angle of 86.15º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADCF81 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 129 -
CMYK 0.16 0 0.38 0.19
HSL 86.15º 0.45% 0.66% -
HSV(B) 86.15º 0.38% 0.81% -
XYZ 43.51 55.09 29.11 -
YUV 187.94 94.74 117.34 -
System Red Green Blue C M Y K H S L
Decimal 173 207 129 0.16 0 0.38 0.19 86.15 0.45 0.66
Hex AD CF 81 10 0 26 13 56 2D 42
Octal 255 317 201 20 0 46 23 126 55 102
Binary 10101101 11001111 10000001 10000 0 100110 10011 1010110 101101 1000010

Color Harmonies of #ADCF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF81

Black with #ADCF81

Text Example


Text Example

White with #ADCF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF81; }

 p { color: rgb(173,207,129); }

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

background-color css

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

 a { background-color: rgb(173,207,129); }

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

border-color css

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

 span { border-color: rgb(173,207,129); }

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