Html Css Color HEX #ADED4D Conifer

📋 copy color: '#ADED4D'

red 173 ◦ green 237 ◦ blue 77

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

Shades of Conifer #ADED4D

Tints of Conifer #ADED4D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.67%

 BLUE value IS 77 (30.47% from 255) = 15.81%

R = 35.52%
G = 48.67%
B = 15.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ADED4D (or 0xADED4D) is known color: Conifer. HEX triplet: AD, ED and 4D. RGB value is (173,237,77). Sum of RGB (Red+Green+Blue) = 173+237+77=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #ADED4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADED4D is #5212B2. Grayscale: #C8C8C8. Windows color (decimal): -5378739 or 5107117. OLE color: 5107117.

HSL color Cylindrical-coordinate representation of color #ADED4D: hue angle of 84º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADED4D is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 237 77 -
CMYK 0.27 0 0.68 0.07
HSL 84º 0.82% 0.62% -
HSV(B) 84º 0.68% 0.93% -
XYZ 48.86 69.99 17.96 -
YUV 199.62 58.8 109.01 -
System Red Green Blue C M Y K H S L
Decimal 173 237 77 0.27 0 0.68 0.07 84 0.82 0.62
Hex AD ED 4D 1B 0 44 7 54 52 3E
Octal 255 355 115 33 0 104 7 124 122 76
Binary 10101101 11101101 1001101 11011 0 1000100 111 1010100 1010010 111110

Color Harmonies of #ADED4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADED4D

Black with #ADED4D

Text Example


Text Example

White with #ADED4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADED4D; }

 p { color: rgb(173,237,77); }

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

background-color css

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

 a { background-color: rgb(173,237,77); }

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

border-color css

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

 span { border-color: rgb(173,237,77); }

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