Html Css Color HEX #ADCF8F Feijoa

📋 copy color: '#ADCF8F'

red 173 ◦ green 207 ◦ blue 143

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

Shades of Feijoa #ADCF8F

Tints of Feijoa #ADCF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.34%

R = 33.08%
G = 39.58%
B = 27.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#ADCF8F (or 0xADCF8F) is known color: Feijoa. HEX triplet: AD, CF and 8F. RGB value is (173,207,143). Sum of RGB (Red+Green+Blue) = 173+207+143=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCF8F is #523070. Grayscale: #BDBDBD. Windows color (decimal): -5386353 or 9424813. OLE color: 9424813.

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

Color convert

RGB 173 207 143 -
CMYK 0.16 0 0.31 0.19
HSL 91.88º 0.4% 0.69% -
HSV(B) 91.88º 0.31% 0.81% -
XYZ 44.5 55.49 34.35 -
YUV 189.54 101.74 116.2 -
System Red Green Blue C M Y K H S L
Decimal 173 207 143 0.16 0 0.31 0.19 91.88 0.4 0.69
Hex AD CF 8F 10 0 1F 13 5C 28 45
Octal 255 317 217 20 0 37 23 134 50 105
Binary 10101101 11001111 10001111 10000 0 11111 10011 1011100 101000 1000101

Color Harmonies of #ADCF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF8F

Black with #ADCF8F

Text Example


Text Example

White with #ADCF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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