Html Css Color HEX #ADCF90 Feijoa

📋 copy color: '#ADCF90'

red 173 ◦ green 207 ◦ blue 144

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

Shades of Feijoa #ADCF90

Tints of Feijoa #ADCF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.48%

R = 33.02%
G = 39.5%
B = 27.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#ADCF90 (or 0xADCF90) is known color: Feijoa. HEX triplet: AD, CF and 90. RGB value is (173,207,144). Sum of RGB (Red+Green+Blue) = 173+207+144=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCF90 is #52306F. Grayscale: #BDBDBD. Windows color (decimal): -5386352 or 9490349. OLE color: 9490349.

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

Color convert

RGB 173 207 144 -
CMYK 0.16 0 0.30 0.19
HSL 92.38º 0.4% 0.69% -
HSV(B) 92.38º 0.3% 0.81% -
XYZ 44.58 55.52 34.75 -
YUV 189.65 102.24 116.12 -
System Red Green Blue C M Y K H S L
Decimal 173 207 144 0.16 0 0.30 0.19 92.38 0.4 0.69
Hex AD CF 90 10 0 1E 13 5C 28 45
Octal 255 317 220 20 0 36 23 134 50 105
Binary 10101101 11001111 10010000 10000 0 11110 10011 1011100 101000 1000101

Color Harmonies of #ADCF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF90

Black with #ADCF90

Text Example


Text Example

White with #ADCF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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