Html Css Color HEX #ADF961 Conifer

📋 copy color: '#ADF961'

red 173 ◦ green 249 ◦ blue 97

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

Shades of Conifer #ADF961

Tints of Conifer #ADF961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.69%

R = 33.33%
G = 47.98%
B = 18.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#ADF961 (or 0xADF961) is known color: Conifer. HEX triplet: AD, F9 and 61. RGB value is (173,249,97). Sum of RGB (Red+Green+Blue) = 173+249+97=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 97 (38.28% from 255 or 18.69% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF961 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF961 is #52069E. Grayscale: #D1D1D1. Windows color (decimal): -5375647 or 6420909. OLE color: 6420909.

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

Color convert

RGB 173 249 97 -
CMYK 0.31 0 0.61 0.02
HSL 90º 0.93% 0.68% -
HSV(B) 90º 0.61% 0.98% -
XYZ 53.27 77.5 23.46 -
YUV 208.95 64.82 102.36 -
System Red Green Blue C M Y K H S L
Decimal 173 249 97 0.31 0 0.61 0.02 90 0.93 0.68
Hex AD F9 61 1F 0 3D 2 5A 5D 44
Octal 255 371 141 37 0 75 2 132 135 104
Binary 10101101 11111001 1100001 11111 0 111101 10 1011010 1011101 1000100

Color Harmonies of #ADF961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF961

Black with #ADF961

Text Example


Text Example

White with #ADF961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF961; }

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

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

background-color css

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

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

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

border-color css

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

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

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