Html Css Color HEX #ADF963 Conifer

📋 copy color: '#ADF963'

red 173 ◦ green 249 ◦ blue 99

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

Shades of Conifer #ADF963

Tints of Conifer #ADF963

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.79%

 BLUE value IS 99 (39.06% from 255) = 19%

R = 33.21%
G = 47.79%
B = 19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#ADF963 (or 0xADF963) is known color: Conifer. HEX triplet: AD, F9 and 63. RGB value is (173,249,99). Sum of RGB (Red+Green+Blue) = 173+249+99=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF963 is #52069C. Grayscale: #D1D1D1. Windows color (decimal): -5375645 or 6551981. OLE color: 6551981.

HSL color Cylindrical-coordinate representation of color #ADF963: hue angle of 90.4º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADF963 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 249 99 -
CMYK 0.31 0 0.60 0.02
HSL 90.4º 0.93% 0.68% -
HSV(B) 90.4º 0.6% 0.98% -
XYZ 53.36 77.54 23.96 -
YUV 209.18 65.82 102.2 -
System Red Green Blue C M Y K H S L
Decimal 173 249 99 0.31 0 0.60 0.02 90.4 0.93 0.68
Hex AD F9 63 1F 0 3C 2 5A 5D 44
Octal 255 371 143 37 0 74 2 132 135 104
Binary 10101101 11111001 1100011 11111 0 111100 10 1011010 1011101 1000100

Color Harmonies of #ADF963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF963

Black with #ADF963

Text Example


Text Example

White with #ADF963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF963; }

 p { color: rgb(173,249,99); }

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

background-color css

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

 a { background-color: rgb(173,249,99); }

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

border-color css

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

 span { border-color: rgb(173,249,99); }

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