Html Css Color HEX #ADEE48 Conifer

📋 copy color: '#ADEE48'

red 173 ◦ green 238 ◦ blue 72

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

Shades of Conifer #ADEE48

Tints of Conifer #ADEE48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.91%

R = 35.82%
G = 49.28%
B = 14.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ADEE48 (or 0xADEE48) is known color: Conifer. HEX triplet: AD, EE and 48. RGB value is (173,238,72). Sum of RGB (Red+Green+Blue) = 173+238+72=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEE48 is #5211B7. Grayscale: #C8C8C8. Windows color (decimal): -5378488 or 4779693. OLE color: 4779693.

HSL color Cylindrical-coordinate representation of color #ADEE48: hue angle of 83.49º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADEE48 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 238 72 -
CMYK 0.27 0 0.70 0.07
HSL 83.49º 0.83% 0.61% -
HSV(B) 83.49º 0.7% 0.93% -
XYZ 48.98 70.5 17.16 -
YUV 199.64 55.97 109 -
System Red Green Blue C M Y K H S L
Decimal 173 238 72 0.27 0 0.70 0.07 83.49 0.83 0.61
Hex AD EE 48 1B 0 46 7 53 53 3D
Octal 255 356 110 33 0 106 7 123 123 75
Binary 10101101 11101110 1001000 11011 0 1000110 111 1010011 1010011 111101

Color Harmonies of #ADEE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEE48

Black with #ADEE48

Text Example


Text Example

White with #ADEE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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