Html Css Color HEX #ADE14B Conifer

📋 copy color: '#ADE14B'

red 173 ◦ green 225 ◦ blue 75

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

Shades of Conifer #ADE14B

Tints of Conifer #ADE14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.86%

R = 36.58%
G = 47.57%
B = 15.86%

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

#ADE14B (or 0xADE14B) is known color: Conifer. HEX triplet: AD, E1 and 4B. RGB value is (173,225,75). Sum of RGB (Red+Green+Blue) = 173+225+75=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE14B is #521EB4. Grayscale: #C0C0C0. Windows color (decimal): -5381813 or 4972973. OLE color: 4972973.

HSL color Cylindrical-coordinate representation of color #ADE14B: hue angle of 80.8º degrees, saturation: 0.71, 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 #ADE14B is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 225 75 -
CMYK 0.23 0 0.67 0.12
HSL 80.8º 0.71% 0.59% -
HSV(B) 80.8º 0.67% 0.88% -
XYZ 45.43 63.24 16.47 -
YUV 192.35 61.77 114.2 -
System Red Green Blue C M Y K H S L
Decimal 173 225 75 0.23 0 0.67 0.12 80.8 0.71 0.59
Hex AD E1 4B 17 0 43 C 51 47 3B
Octal 255 341 113 27 0 103 14 121 107 73
Binary 10101101 11100001 1001011 10111 0 1000011 1100 1010001 1000111 111011

Color Harmonies of #ADE14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE14B

Black with #ADE14B

Text Example


Text Example

White with #ADE14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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