Html Css Color HEX #A8D653 Conifer

📋 copy color: '#A8D653'

red 168 ◦ green 214 ◦ blue 83

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

Shades of Conifer #A8D653

Tints of Conifer #A8D653

RGB

 RED value IS 168 (66.02% from 255) = 36.13%

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

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

R = 36.13%
G = 46.02%
B = 17.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#A8D653 (or 0xA8D653) is known color: Conifer. HEX triplet: A8, D6 and 53. RGB value is (168,214,83). Sum of RGB (Red+Green+Blue) = 168+214+83=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D653 is #5729AC. Grayscale: #B9B9B9. Windows color (decimal): -5712301 or 5494440. OLE color: 5494440.

HSL color Cylindrical-coordinate representation of color #A8D653: hue angle of 81.07º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8D653 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 214 83 -
CMYK 0.21 0 0.61 0.16
HSL 81.07º 0.62% 0.58% -
HSV(B) 81.07º 0.61% 0.84% -
XYZ 41.76 57.04 16.99 -
YUV 185.31 70.26 115.65 -
System Red Green Blue C M Y K H S L
Decimal 168 214 83 0.21 0 0.61 0.16 81.07 0.62 0.58
Hex A8 D6 53 15 0 3D 10 51 3E 3A
Octal 250 326 123 25 0 75 20 121 76 72
Binary 10101000 11010110 1010011 10101 0 111101 10000 1010001 111110 111010

Color Harmonies of #A8D653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D653

Black with #A8D653

Text Example


Text Example

White with #A8D653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D653; }

 p { color: rgb(168,214,83); }

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

background-color css

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

 a { background-color: rgb(168,214,83); }

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

border-color css

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

 span { border-color: rgb(168,214,83); }

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