Html Css Color HEX #ADEE55 Conifer

📋 copy color: '#ADEE55'

red 173 ◦ green 238 ◦ blue 85

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

Shades of Conifer #ADEE55

Tints of Conifer #ADEE55

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.98%

 BLUE value IS 85 (33.59% from 255) = 17.14%

R = 34.88%
G = 47.98%
B = 17.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ADEE55 (or 0xADEE55) is known color: Conifer. HEX triplet: AD, EE and 55. RGB value is (173,238,85). Sum of RGB (Red+Green+Blue) = 173+238+85=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 238 (93.36% from 255 or 47.98% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEE55 is #5211AA. Grayscale: #C9C9C9. Windows color (decimal): -5378475 or 5631661. OLE color: 5631661.

HSL color Cylindrical-coordinate representation of color #ADEE55: hue angle of 85.49º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADEE55 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 238 85 -
CMYK 0.27 0 0.64 0.07
HSL 85.49º 0.82% 0.63% -
HSV(B) 85.49º 0.64% 0.93% -
XYZ 49.45 70.69 19.63 -
YUV 201.12 62.47 107.94 -
System Red Green Blue C M Y K H S L
Decimal 173 238 85 0.27 0 0.64 0.07 85.49 0.82 0.63
Hex AD EE 55 1B 0 40 7 55 52 3F
Octal 255 356 125 33 0 100 7 125 122 77
Binary 10101101 11101110 1010101 11011 0 1000000 111 1010101 1010010 111111

Color Harmonies of #ADEE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEE55

Black with #ADEE55

Text Example


Text Example

White with #ADEE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEE55; }

 p { color: rgb(173,238,85); }

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

background-color css

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

 a { background-color: rgb(173,238,85); }

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

border-color css

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

 span { border-color: rgb(173,238,85); }

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