Html Css Color HEX #A0D453 Conifer

📋 copy color: '#A0D453'

red 160 ◦ green 212 ◦ blue 83

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

Shades of Conifer #A0D453

Tints of Conifer #A0D453

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.59%

 BLUE value IS 83 (32.81% from 255) = 18.24%

R = 35.16%
G = 46.59%
B = 18.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#A0D453 (or 0xA0D453) is known color: Conifer. HEX triplet: A0, D4 and 53. RGB value is (160,212,83). Sum of RGB (Red+Green+Blue) = 160+212+83=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D453 is #5F2BAC. Grayscale: #B6B6B6. Windows color (decimal): -6237101 or 5493920. OLE color: 5493920.

HSL color Cylindrical-coordinate representation of color #A0D453: hue angle of 84.19º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0D453 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 212 83 -
CMYK 0.25 0 0.61 0.17
HSL 84.19º 0.6% 0.58% -
HSV(B) 84.19º 0.61% 0.83% -
XYZ 39.6 55.19 16.75 -
YUV 181.75 72.27 112.49 -
System Red Green Blue C M Y K H S L
Decimal 160 212 83 0.25 0 0.61 0.17 84.19 0.6 0.58
Hex A0 D4 53 19 0 3D 11 54 3C 3A
Octal 240 324 123 31 0 75 21 124 74 72
Binary 10100000 11010100 1010011 11001 0 111101 10001 1010100 111100 111010

Color Harmonies of #A0D453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D453

Black with #A0D453

Text Example


Text Example

White with #A0D453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D453; }

 p { color: rgb(160,212,83); }

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

background-color css

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

 a { background-color: rgb(160,212,83); }

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

border-color css

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

 span { border-color: rgb(160,212,83); }

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