Html Css Color HEX #ADFD5C Conifer

📋 copy color: '#ADFD5C'

red 173 ◦ green 253 ◦ blue 92

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

Shades of Conifer #ADFD5C

Tints of Conifer #ADFD5C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.84%

 BLUE value IS 92 (36.33% from 255) = 17.76%

R = 33.4%
G = 48.84%
B = 17.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#ADFD5C (or 0xADFD5C) is known color: Conifer. HEX triplet: AD, FD and 5C. RGB value is (173,253,92). Sum of RGB (Red+Green+Blue) = 173+253+92=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD5C is #5202A3. Grayscale: #D3D3D3. Windows color (decimal): -5374628 or 6094253. OLE color: 6094253.

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

Color convert

RGB 173 253 92 -
CMYK 0.32 0 0.64 0.01
HSL 89.81º 0.98% 0.68% -
HSV(B) 89.81º 0.64% 0.99% -
XYZ 54.29 79.91 22.69 -
YUV 210.73 61 101.09 -
System Red Green Blue C M Y K H S L
Decimal 173 253 92 0.32 0 0.64 0.01 89.81 0.98 0.68
Hex AD FD 5C 20 0 40 1 5A 62 44
Octal 255 375 134 40 0 100 1 132 142 104
Binary 10101101 11111101 1011100 100000 0 1000000 1 1011010 1100010 1000100

Color Harmonies of #ADFD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD5C

Black with #ADFD5C

Text Example


Text Example

White with #ADFD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD5C; }

 p { color: rgb(173,253,92); }

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

background-color css

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

 a { background-color: rgb(173,253,92); }

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

border-color css

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

 span { border-color: rgb(173,253,92); }

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