Html Css Color HEX #ADE948 Conifer

📋 copy color: '#ADE948'

red 173 ◦ green 233 ◦ blue 72

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

Shades of Conifer #ADE948

Tints of Conifer #ADE948

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.74%

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

R = 36.19%
G = 48.74%
B = 15.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#ADE948 (or 0xADE948) is known color: Conifer. HEX triplet: AD, E9 and 48. RGB value is (173,233,72). Sum of RGB (Red+Green+Blue) = 173+233+72=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 233 (91.41% from 255 or 48.74% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE948 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE948 is #5216B7. Grayscale: #C5C5C5. Windows color (decimal): -5379768 or 4778413. OLE color: 4778413.

HSL color Cylindrical-coordinate representation of color #ADE948: hue angle of 82.36º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADE948 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 233 72 -
CMYK 0.26 0 0.69 0.09
HSL 82.36º 0.79% 0.6% -
HSV(B) 82.36º 0.69% 0.91% -
XYZ 47.54 67.63 16.68 -
YUV 196.71 57.62 111.09 -
System Red Green Blue C M Y K H S L
Decimal 173 233 72 0.26 0 0.69 0.09 82.36 0.79 0.6
Hex AD E9 48 1A 0 45 9 52 4F 3C
Octal 255 351 110 32 0 105 11 122 117 74
Binary 10101101 11101001 1001000 11010 0 1000101 1001 1010010 1001111 111100

Color Harmonies of #ADE948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE948

Black with #ADE948

Text Example


Text Example

White with #ADE948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE948; }

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

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

background-color css

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

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

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

border-color css

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

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

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