Html Css Color HEX #ADE14A Conifer

📋 copy color: '#ADE14A'

red 173 ◦ green 225 ◦ blue 74

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

Shades of Conifer #ADE14A

Tints of Conifer #ADE14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.68%

R = 36.65%
G = 47.67%
B = 15.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#ADE14A (or 0xADE14A) is known color: Conifer. HEX triplet: AD, E1 and 4A. RGB value is (173,225,74). Sum of RGB (Red+Green+Blue) = 173+225+74=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE14A is #521EB5. Grayscale: #C0C0C0. Windows color (decimal): -5381814 or 4907437. OLE color: 4907437.

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

Color convert

RGB 173 225 74 -
CMYK 0.23 0 0.67 0.12
HSL 80.66º 0.72% 0.59% -
HSV(B) 80.66º 0.67% 0.88% -
XYZ 45.39 63.23 16.29 -
YUV 192.24 61.27 114.28 -
System Red Green Blue C M Y K H S L
Decimal 173 225 74 0.23 0 0.67 0.12 80.66 0.72 0.59
Hex AD E1 4A 17 0 43 C 51 48 3B
Octal 255 341 112 27 0 103 14 121 110 73
Binary 10101101 11100001 1001010 10111 0 1000011 1100 1010001 1001000 111011

Color Harmonies of #ADE14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE14A

Black with #ADE14A

Text Example


Text Example

White with #ADE14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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