Html Css Color HEX #ADE150 Conifer

📋 copy color: '#ADE150'

red 173 ◦ green 225 ◦ blue 80

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

Shades of Conifer #ADE150

Tints of Conifer #ADE150

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.07%

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

R = 36.19%
G = 47.07%
B = 16.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#ADE150 (or 0xADE150) is known color: Conifer. HEX triplet: AD, E1 and 50. RGB value is (173,225,80). Sum of RGB (Red+Green+Blue) = 173+225+80=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE150 is #521EAF. Grayscale: #C1C1C1. Windows color (decimal): -5381808 or 5300653. OLE color: 5300653.

HSL color Cylindrical-coordinate representation of color #ADE150: hue angle of 81.52º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADE150 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 225 80 -
CMYK 0.23 0 0.64 0.12
HSL 81.52º 0.71% 0.6% -
HSV(B) 81.52º 0.64% 0.88% -
XYZ 45.61 63.31 17.41 -
YUV 192.92 64.27 113.79 -
System Red Green Blue C M Y K H S L
Decimal 173 225 80 0.23 0 0.64 0.12 81.52 0.71 0.6
Hex AD E1 50 17 0 40 C 52 47 3C
Octal 255 341 120 27 0 100 14 122 107 74
Binary 10101101 11100001 1010000 10111 0 1000000 1100 1010010 1000111 111100

Color Harmonies of #ADE150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE150

Black with #ADE150

Text Example


Text Example

White with #ADE150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE150; }

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

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

background-color css

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

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

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

border-color css

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

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

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