Html Css Color HEX #ADF955 Conifer

📋 copy color: '#ADF955'

red 173 ◦ green 249 ◦ blue 85

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

Shades of Conifer #ADF955

Tints of Conifer #ADF955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.77%

R = 34.12%
G = 49.11%
B = 16.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#ADF955 (or 0xADF955) is known color: Conifer. HEX triplet: AD, F9 and 55. RGB value is (173,249,85). Sum of RGB (Red+Green+Blue) = 173+249+85=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF955 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF955 is #5206AA. Grayscale: #D0D0D0. Windows color (decimal): -5375659 or 5634477. OLE color: 5634477.

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

Color convert

RGB 173 249 85 -
CMYK 0.31 0 0.66 0.02
HSL 87.8º 0.93% 0.65% -
HSV(B) 87.8º 0.66% 0.98% -
XYZ 52.75 77.29 20.73 -
YUV 207.58 58.82 103.34 -
System Red Green Blue C M Y K H S L
Decimal 173 249 85 0.31 0 0.66 0.02 87.8 0.93 0.65
Hex AD F9 55 1F 0 42 2 58 5D 41
Octal 255 371 125 37 0 102 2 130 135 101
Binary 10101101 11111001 1010101 11111 0 1000010 10 1011000 1011101 1000001

Color Harmonies of #ADF955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF955

Black with #ADF955

Text Example


Text Example

White with #ADF955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF955; }

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

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

background-color css

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

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

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

border-color css

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

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

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