Html Css Color HEX #ADFC5B Conifer

📋 copy color: '#ADFC5B'

red 173 ◦ green 252 ◦ blue 91

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

Shades of Conifer #ADFC5B

Tints of Conifer #ADFC5B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.84%

 BLUE value IS 91 (35.94% from 255) = 17.64%

R = 33.53%
G = 48.84%
B = 17.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#ADFC5B (or 0xADFC5B) is known color: Conifer. HEX triplet: AD, FC and 5B. RGB value is (173,252,91). Sum of RGB (Red+Green+Blue) = 173+252+91=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 91 (35.94% from 255 or 17.64% from 516); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFC5B is #5203A4. Grayscale: #D2D2D2. Windows color (decimal): -5374885 or 6028461. OLE color: 6028461.

HSL color Cylindrical-coordinate representation of color #ADFC5B: hue angle of 89.44º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADFC5B is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 252 91 -
CMYK 0.31 0 0.64 0.01
HSL 89.44º 0.96% 0.67% -
HSV(B) 89.44º 0.64% 0.99% -
XYZ 53.93 79.26 22.35 -
YUV 210.03 60.83 101.59 -
System Red Green Blue C M Y K H S L
Decimal 173 252 91 0.31 0 0.64 0.01 89.44 0.96 0.67
Hex AD FC 5B 1F 0 40 1 59 60 43
Octal 255 374 133 37 0 100 1 131 140 103
Binary 10101101 11111100 1011011 11111 0 1000000 1 1011001 1100000 1000011

Color Harmonies of #ADFC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFC5B

Black with #ADFC5B

Text Example


Text Example

White with #ADFC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFC5B; }

 p { color: rgb(173,252,91); }

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

background-color css

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

 a { background-color: rgb(173,252,91); }

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

border-color css

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

 span { border-color: rgb(173,252,91); }

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