Html Css Color HEX #ADCF99 Feijoa

📋 copy color: '#ADCF99'

red 173 ◦ green 207 ◦ blue 153

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

Shades of Feijoa #ADCF99

Tints of Feijoa #ADCF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.71%

R = 32.46%
G = 38.84%
B = 28.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#ADCF99 (or 0xADCF99) is known color: Feijoa. HEX triplet: AD, CF and 99. RGB value is (173,207,153). Sum of RGB (Red+Green+Blue) = 173+207+153=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCF99 is #523066. Grayscale: #BEBEBE. Windows color (decimal): -5386343 or 10080173. OLE color: 10080173.

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

Color convert

RGB 173 207 153 -
CMYK 0.16 0 0.26 0.19
HSL 97.78º 0.36% 0.71% -
HSV(B) 97.78º 0.26% 0.81% -
XYZ 45.3 55.81 38.52 -
YUV 190.68 106.74 115.39 -
System Red Green Blue C M Y K H S L
Decimal 173 207 153 0.16 0 0.26 0.19 97.78 0.36 0.71
Hex AD CF 99 10 0 1A 13 62 24 47
Octal 255 317 231 20 0 32 23 142 44 107
Binary 10101101 11001111 10011001 10000 0 11010 10011 1100010 100100 1000111

Color Harmonies of #ADCF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF99

Black with #ADCF99

Text Example


Text Example

White with #ADCF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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