Html Css Color HEX #A3DE5D Conifer

📋 copy color: '#A3DE5D'

red 163 ◦ green 222 ◦ blue 93

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

Shades of Conifer #A3DE5D

Tints of Conifer #A3DE5D

RGB

 RED value IS 163 (64.06% from 255) = 34.1%

 GREEN value IS 222 (87.11% from 255) = 46.44%

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

R = 34.1%
G = 46.44%
B = 19.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#A3DE5D (or 0xA3DE5D) is known color: Conifer. HEX triplet: A3, DE and 5D. RGB value is (163,222,93). Sum of RGB (Red+Green+Blue) = 163+222+93=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DE5D is #5C21A2. Grayscale: #BEBEBE. Windows color (decimal): -6037923 or 6151843. OLE color: 6151843.

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

Color convert

RGB 163 222 93 -
CMYK 0.27 0 0.58 0.13
HSL 87.44º 0.66% 0.62% -
HSV(B) 87.44º 0.58% 0.87% -
XYZ 43.2 60.82 19.82 -
YUV 189.65 73.45 108.99 -
System Red Green Blue C M Y K H S L
Decimal 163 222 93 0.27 0 0.58 0.13 87.44 0.66 0.62
Hex A3 DE 5D 1B 0 3A D 57 42 3E
Octal 243 336 135 33 0 72 15 127 102 76
Binary 10100011 11011110 1011101 11011 0 111010 1101 1010111 1000010 111110

Color Harmonies of #A3DE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DE5D

Black with #A3DE5D

Text Example


Text Example

White with #A3DE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DE5D; }

 p { color: rgb(163,222,93); }

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

background-color css

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

 a { background-color: rgb(163,222,93); }

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

border-color css

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

 span { border-color: rgb(163,222,93); }

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