Html Css Color HEX #A0D65D Conifer

📋 copy color: '#A0D65D'

red 160 ◦ green 214 ◦ blue 93

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

Shades of Conifer #A0D65D

Tints of Conifer #A0D65D

RGB

 RED value IS 160 (62.89% from 255) = 34.26%

 GREEN value IS 214 (83.98% from 255) = 45.82%

 BLUE value IS 93 (36.72% from 255) = 19.91%

R = 34.26%
G = 45.82%
B = 19.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#A0D65D (or 0xA0D65D) is known color: Conifer. HEX triplet: A0, D6 and 5D. RGB value is (160,214,93). Sum of RGB (Red+Green+Blue) = 160+214+93=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D65D is #5F29A2. Grayscale: #B8B8B8. Windows color (decimal): -6236579 or 6149792. OLE color: 6149792.

HSL color Cylindrical-coordinate representation of color #A0D65D: hue angle of 86.78º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0D65D is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 214 93 -
CMYK 0.25 0 0.57 0.16
HSL 86.78º 0.6% 0.6% -
HSV(B) 86.78º 0.57% 0.84% -
XYZ 40.52 56.36 19.1 -
YUV 184.06 76.61 110.84 -
System Red Green Blue C M Y K H S L
Decimal 160 214 93 0.25 0 0.57 0.16 86.78 0.6 0.6
Hex A0 D6 5D 19 0 39 10 57 3C 3C
Octal 240 326 135 31 0 71 20 127 74 74
Binary 10100000 11010110 1011101 11001 0 111001 10000 1010111 111100 111100

Color Harmonies of #A0D65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D65D

Black with #A0D65D

Text Example


Text Example

White with #A0D65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D65D; }

 p { color: rgb(160,214,93); }

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

background-color css

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

 a { background-color: rgb(160,214,93); }

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

border-color css

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

 span { border-color: rgb(160,214,93); }

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