Html Css Color HEX #A5DF61 Conifer

📋 copy color: '#A5DF61'

red 165 ◦ green 223 ◦ blue 97

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

Shades of Conifer #A5DF61

Tints of Conifer #A5DF61

RGB

 RED value IS 165 (64.84% from 255) = 34.02%

 GREEN value IS 223 (87.5% from 255) = 45.98%

 BLUE value IS 97 (38.28% from 255) = 20%

R = 34.02%
G = 45.98%
B = 20%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#A5DF61 (or 0xA5DF61) is known color: Conifer. HEX triplet: A5, DF and 61. RGB value is (165,223,97). Sum of RGB (Red+Green+Blue) = 165+223+97=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DF61 is #5A209E. Grayscale: #BFBFBF. Windows color (decimal): -5906591 or 6414245. OLE color: 6414245.

HSL color Cylindrical-coordinate representation of color #A5DF61: hue angle of 87.62º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5DF61 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 223 97 -
CMYK 0.26 0 0.57 0.13
HSL 87.62º 0.66% 0.63% -
HSV(B) 87.62º 0.57% 0.87% -
XYZ 44.06 61.64 20.88 -
YUV 191.29 74.78 109.25 -
System Red Green Blue C M Y K H S L
Decimal 165 223 97 0.26 0 0.57 0.13 87.62 0.66 0.63
Hex A5 DF 61 1A 0 39 D 58 42 3F
Octal 245 337 141 32 0 71 15 130 102 77
Binary 10100101 11011111 1100001 11010 0 111001 1101 1011000 1000010 111111

Color Harmonies of #A5DF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DF61

Black with #A5DF61

Text Example


Text Example

White with #A5DF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DF61; }

 p { color: rgb(165,223,97); }

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

background-color css

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

 a { background-color: rgb(165,223,97); }

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

border-color css

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

 span { border-color: rgb(165,223,97); }

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