Html Css Color HEX #ADEB45 Conifer

📋 copy color: '#ADEB45'

red 173 ◦ green 235 ◦ blue 69

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

Shades of Conifer #ADEB45

Tints of Conifer #ADEB45

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.27%

 BLUE value IS 69 (27.34% from 255) = 14.47%

R = 36.27%
G = 49.27%
B = 14.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#ADEB45 (or 0xADEB45) is known color: Conifer. HEX triplet: AD, EB and 45. RGB value is (173,235,69). Sum of RGB (Red+Green+Blue) = 173+235+69=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 69 (27.34% from 255 or 14.47% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEB45 is #5214BA. Grayscale: #C6C6C6. Windows color (decimal): -5379259 or 4582317. OLE color: 4582317.

HSL color Cylindrical-coordinate representation of color #ADEB45: hue angle of 82.41º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADEB45 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 235 69 -
CMYK 0.26 0 0.71 0.08
HSL 82.41º 0.81% 0.6% -
HSV(B) 82.41º 0.71% 0.92% -
XYZ 48.02 68.73 16.37 -
YUV 197.54 55.46 110.5 -
System Red Green Blue C M Y K H S L
Decimal 173 235 69 0.26 0 0.71 0.08 82.41 0.81 0.6
Hex AD EB 45 1A 0 47 8 52 51 3C
Octal 255 353 105 32 0 107 10 122 121 74
Binary 10101101 11101011 1000101 11010 0 1000111 1000 1010010 1010001 111100

Color Harmonies of #ADEB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEB45

Black with #ADEB45

Text Example


Text Example

White with #ADEB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEB45; }

 p { color: rgb(173,235,69); }

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

background-color css

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

 a { background-color: rgb(173,235,69); }

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

border-color css

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

 span { border-color: rgb(173,235,69); }

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