Html Css Color HEX #A0D65E Conifer

📋 copy color: '#A0D65E'

red 160 ◦ green 214 ◦ blue 94

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

Shades of Conifer #A0D65E

Tints of Conifer #A0D65E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.09%

R = 34.19%
G = 45.73%
B = 20.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#A0D65E (or 0xA0D65E) is known color: Conifer. HEX triplet: A0, D6 and 5E. RGB value is (160,214,94). Sum of RGB (Red+Green+Blue) = 160+214+94=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D65E is #5F29A1. Grayscale: #B8B8B8. Windows color (decimal): -6236578 or 6215328. OLE color: 6215328.

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

Color convert

RGB 160 214 94 -
CMYK 0.25 0 0.56 0.16
HSL 87º 0.59% 0.6% -
HSV(B) 87º 0.56% 0.84% -
XYZ 40.56 56.37 19.33 -
YUV 184.17 77.11 110.76 -
System Red Green Blue C M Y K H S L
Decimal 160 214 94 0.25 0 0.56 0.16 87 0.59 0.6
Hex A0 D6 5E 19 0 38 10 57 3B 3C
Octal 240 326 136 31 0 70 20 127 73 74
Binary 10100000 11010110 1011110 11001 0 111000 10000 1010111 111011 111100

Color Harmonies of #A0D65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D65E

Black with #A0D65E

Text Example


Text Example

White with #A0D65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D65E; }

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

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

background-color css

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

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

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

border-color css

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

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

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