Html Css Color HEX #ADF255 Conifer

📋 copy color: '#ADF255'

red 173 ◦ green 242 ◦ blue 85

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

Shades of Conifer #ADF255

Tints of Conifer #ADF255

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.4%

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

R = 34.6%
G = 48.4%
B = 17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#ADF255 (or 0xADF255) is known color: Conifer. HEX triplet: AD, F2 and 55. RGB value is (173,242,85). Sum of RGB (Red+Green+Blue) = 173+242+85=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF255 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF255 is #520DAA. Grayscale: #CCCCCC. Windows color (decimal): -5377451 or 5632685. OLE color: 5632685.

HSL color Cylindrical-coordinate representation of color #ADF255: hue angle of 86.37º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADF255 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 85 -
CMYK 0.29 0 0.65 0.05
HSL 86.37º 0.86% 0.64% -
HSV(B) 86.37º 0.65% 0.95% -
XYZ 50.63 73.04 20.03 -
YUV 203.47 61.14 106.27 -
System Red Green Blue C M Y K H S L
Decimal 173 242 85 0.29 0 0.65 0.05 86.37 0.86 0.64
Hex AD F2 55 1D 0 41 5 56 56 40
Octal 255 362 125 35 0 101 5 126 126 100
Binary 10101101 11110010 1010101 11101 0 1000001 101 1010110 1010110 1000000

Color Harmonies of #ADF255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF255

Black with #ADF255

Text Example


Text Example

White with #ADF255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF255; }

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

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

background-color css

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

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

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

border-color css

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

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

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