Html Css Color HEX #ADE065 Conifer

📋 copy color: '#ADE065'

red 173 ◦ green 224 ◦ blue 101

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

Shades of Conifer #ADE065

Tints of Conifer #ADE065

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.98%

 BLUE value IS 101 (39.84% from 255) = 20.28%

R = 34.74%
G = 44.98%
B = 20.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#ADE065 (or 0xADE065) is known color: Conifer. HEX triplet: AD, E0 and 65. RGB value is (173,224,101). Sum of RGB (Red+Green+Blue) = 173+224+101=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE065 is #521F9A. Grayscale: #C3C3C3. Windows color (decimal): -5382043 or 6676653. OLE color: 6676653.

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

Color convert

RGB 173 224 101 -
CMYK 0.23 0 0.55 0.12
HSL 84.88º 0.66% 0.64% -
HSV(B) 84.88º 0.55% 0.88% -
XYZ 46.24 63.14 22.06 -
YUV 194.73 75.1 112.5 -
System Red Green Blue C M Y K H S L
Decimal 173 224 101 0.23 0 0.55 0.12 84.88 0.66 0.64
Hex AD E0 65 17 0 37 C 55 42 40
Octal 255 340 145 27 0 67 14 125 102 100
Binary 10101101 11100000 1100101 10111 0 110111 1100 1010101 1000010 1000000

Color Harmonies of #ADE065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE065

Black with #ADE065

Text Example


Text Example

White with #ADE065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE065; }

 p { color: rgb(173,224,101); }

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

background-color css

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

 a { background-color: rgb(173,224,101); }

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

border-color css

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

 span { border-color: rgb(173,224,101); }

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