Html Css Color HEX #ADFE5F Conifer

📋 copy color: '#ADFE5F'

red 173 ◦ green 254 ◦ blue 95

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

Shades of Conifer #ADFE5F

Tints of Conifer #ADFE5F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.66%

 BLUE value IS 95 (37.5% from 255) = 18.2%

R = 33.14%
G = 48.66%
B = 18.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#ADFE5F (or 0xADFE5F) is known color: Conifer. HEX triplet: AD, FE and 5F. RGB value is (173,254,95). Sum of RGB (Red+Green+Blue) = 173+254+95=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 95 (37.5% from 255 or 18.20% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFE5F is #5201A0. Grayscale: #D4D4D4. Windows color (decimal): -5374369 or 6291117. OLE color: 6291117.

HSL color Cylindrical-coordinate representation of color #ADFE5F: hue angle of 90.57º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADFE5F is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 254 95 -
CMYK 0.32 0 0.63 0.00
HSL 90.57º 0.99% 0.68% -
HSV(B) 90.57º 0.63% 1% -
XYZ 54.74 80.59 23.5 -
YUV 211.66 62.16 100.43 -
System Red Green Blue C M Y K H S L
Decimal 173 254 95 0.32 0 0.63 0.00 90.57 0.99 0.68
Hex AD FE 5F 20 0 3F 0 5B 63 44
Octal 255 376 137 40 0 77 0 133 143 104
Binary 10101101 11111110 1011111 100000 0 111111 0 1011011 1100011 1000100

Color Harmonies of #ADFE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFE5F

Black with #ADFE5F

Text Example


Text Example

White with #ADFE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFE5F; }

 p { color: rgb(173,254,95); }

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

background-color css

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

 a { background-color: rgb(173,254,95); }

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

border-color css

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

 span { border-color: rgb(173,254,95); }

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