Html Css Color HEX #ADFA50 Conifer

📋 copy color: '#ADFA50'

red 173 ◦ green 250 ◦ blue 80

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

Shades of Conifer #ADFA50

Tints of Conifer #ADFA50

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.7%

 BLUE value IS 80 (31.64% from 255) = 15.9%

R = 34.39%
G = 49.7%
B = 15.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#ADFA50 (or 0xADFA50) is known color: Conifer. HEX triplet: AD, FA and 50. RGB value is (173,250,80). Sum of RGB (Red+Green+Blue) = 173+250+80=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFA50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFA50 is #5205AF. Grayscale: #D0D0D0. Windows color (decimal): -5375408 or 5307053. OLE color: 5307053.

HSL color Cylindrical-coordinate representation of color #ADFA50: hue angle of 87.18º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADFA50 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 250 80 -
CMYK 0.31 0 0.68 0.02
HSL 87.18º 0.94% 0.65% -
HSV(B) 87.18º 0.68% 0.98% -
XYZ 52.87 77.83 19.83 -
YUV 207.6 55.99 103.32 -
System Red Green Blue C M Y K H S L
Decimal 173 250 80 0.31 0 0.68 0.02 87.18 0.94 0.65
Hex AD FA 50 1F 0 44 2 57 5E 41
Octal 255 372 120 37 0 104 2 127 136 101
Binary 10101101 11111010 1010000 11111 0 1000100 10 1010111 1011110 1000001

Color Harmonies of #ADFA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFA50

Black with #ADFA50

Text Example


Text Example

White with #ADFA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFA50; }

 p { color: rgb(173,250,80); }

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

background-color css

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

 a { background-color: rgb(173,250,80); }

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

border-color css

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

 span { border-color: rgb(173,250,80); }

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