Html Css Color HEX #ADE965 Conifer

📋 copy color: '#ADE965'

red 173 ◦ green 233 ◦ blue 101

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

Shades of Conifer #ADE965

Tints of Conifer #ADE965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.92%

R = 34.12%
G = 45.96%
B = 19.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#ADE965 (or 0xADE965) is known color: Conifer. HEX triplet: AD, E9 and 65. RGB value is (173,233,101). Sum of RGB (Red+Green+Blue) = 173+233+101=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE965 is #52169A. Grayscale: #C8C8C8. Windows color (decimal): -5379739 or 6678957. OLE color: 6678957.

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

Color convert

RGB 173 233 101 -
CMYK 0.26 0 0.57 0.09
HSL 87.27º 0.75% 0.65% -
HSV(B) 87.27º 0.57% 0.91% -
XYZ 48.72 68.1 22.89 -
YUV 200.01 72.12 108.73 -
System Red Green Blue C M Y K H S L
Decimal 173 233 101 0.26 0 0.57 0.09 87.27 0.75 0.65
Hex AD E9 65 1A 0 39 9 57 4B 41
Octal 255 351 145 32 0 71 11 127 113 101
Binary 10101101 11101001 1100101 11010 0 111001 1001 1010111 1001011 1000001

Color Harmonies of #ADE965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE965

Black with #ADE965

Text Example


Text Example

White with #ADE965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE965; }

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

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

background-color css

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

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

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

border-color css

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

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

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