Html Css Color HEX #ADE14D Conifer

📋 copy color: '#ADE14D'

red 173 ◦ green 225 ◦ blue 77

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

Shades of Conifer #ADE14D

Tints of Conifer #ADE14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.21%

R = 36.42%
G = 47.37%
B = 16.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#ADE14D (or 0xADE14D) is known color: Conifer. HEX triplet: AD, E1 and 4D. RGB value is (173,225,77). Sum of RGB (Red+Green+Blue) = 173+225+77=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE14D is #521EB2. Grayscale: #C1C1C1. Windows color (decimal): -5381811 or 5104045. OLE color: 5104045.

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

Color convert

RGB 173 225 77 -
CMYK 0.23 0 0.66 0.12
HSL 81.08º 0.71% 0.59% -
HSV(B) 81.08º 0.66% 0.88% -
XYZ 45.5 63.27 16.84 -
YUV 192.58 62.77 114.03 -
System Red Green Blue C M Y K H S L
Decimal 173 225 77 0.23 0 0.66 0.12 81.08 0.71 0.59
Hex AD E1 4D 17 0 42 C 51 47 3B
Octal 255 341 115 27 0 102 14 121 107 73
Binary 10101101 11100001 1001101 10111 0 1000010 1100 1010001 1000111 111011

Color Harmonies of #ADE14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE14D

Black with #ADE14D

Text Example


Text Example

White with #ADE14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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