Html Css Color HEX #ADCF8B Feijoa

📋 copy color: '#ADCF8B'

red 173 ◦ green 207 ◦ blue 139

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

Shades of Feijoa #ADCF8B

Tints of Feijoa #ADCF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.78%

R = 33.33%
G = 39.88%
B = 26.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#ADCF8B (or 0xADCF8B) is known color: Feijoa. HEX triplet: AD, CF and 8B. RGB value is (173,207,139). Sum of RGB (Red+Green+Blue) = 173+207+139=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCF8B is #523074. Grayscale: #BDBDBD. Windows color (decimal): -5386357 or 9162669. OLE color: 9162669.

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

Color convert

RGB 173 207 139 -
CMYK 0.16 0 0.33 0.19
HSL 90º 0.41% 0.68% -
HSV(B) 90º 0.33% 0.81% -
XYZ 44.21 55.37 32.78 -
YUV 189.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 173 207 139 0.16 0 0.33 0.19 90 0.41 0.68
Hex AD CF 8B 10 0 21 13 5A 29 44
Octal 255 317 213 20 0 41 23 132 51 104
Binary 10101101 11001111 10001011 10000 0 100001 10011 1011010 101001 1000100

Color Harmonies of #ADCF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF8B

Black with #ADCF8B

Text Example


Text Example

White with #ADCF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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