Html Css Color HEX #A0D655 Conifer

📋 copy color: '#A0D655'

red 160 ◦ green 214 ◦ blue 85

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

Shades of Conifer #A0D655

Tints of Conifer #A0D655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.52%

R = 34.86%
G = 46.62%
B = 18.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#A0D655 (or 0xA0D655) is known color: Conifer. HEX triplet: A0, D6 and 55. RGB value is (160,214,85). Sum of RGB (Red+Green+Blue) = 160+214+85=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D655 is #5F29AA. Grayscale: #B7B7B7. Windows color (decimal): -6236587 or 5625504. OLE color: 5625504.

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

Color convert

RGB 160 214 85 -
CMYK 0.25 0 0.60 0.16
HSL 85.12º 0.61% 0.59% -
HSV(B) 85.12º 0.6% 0.84% -
XYZ 40.18 56.22 17.33 -
YUV 183.15 72.61 111.49 -
System Red Green Blue C M Y K H S L
Decimal 160 214 85 0.25 0 0.60 0.16 85.12 0.61 0.59
Hex A0 D6 55 19 0 3C 10 55 3D 3B
Octal 240 326 125 31 0 74 20 125 75 73
Binary 10100000 11010110 1010101 11001 0 111100 10000 1010101 111101 111011

Color Harmonies of #A0D655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D655

Black with #A0D655

Text Example


Text Example

White with #A0D655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D655; }

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

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

background-color css

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

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

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

border-color css

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

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

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