Html Css Color HEX #A8D850 Conifer

📋 copy color: '#A8D850'

red 168 ◦ green 216 ◦ blue 80

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

Shades of Conifer #A8D850

Tints of Conifer #A8D850

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.55%

 BLUE value IS 80 (31.64% from 255) = 17.24%

R = 36.21%
G = 46.55%
B = 17.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#A8D850 (or 0xA8D850) is known color: Conifer. HEX triplet: A8, D8 and 50. RGB value is (168,216,80). Sum of RGB (Red+Green+Blue) = 168+216+80=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D850 is #5727AF. Grayscale: #BABABA. Windows color (decimal): -5711792 or 5298344. OLE color: 5298344.

HSL color Cylindrical-coordinate representation of color #A8D850: hue angle of 81.18º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8D850 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 216 80 -
CMYK 0.22 0 0.63 0.15
HSL 81.18º 0.64% 0.58% -
HSV(B) 81.18º 0.63% 0.85% -
XYZ 42.15 58.02 16.57 -
YUV 186.14 68.1 115.06 -
System Red Green Blue C M Y K H S L
Decimal 168 216 80 0.22 0 0.63 0.15 81.18 0.64 0.58
Hex A8 D8 50 16 0 3F F 51 40 3A
Octal 250 330 120 26 0 77 17 121 100 72
Binary 10101000 11011000 1010000 10110 0 111111 1111 1010001 1000000 111010

Color Harmonies of #A8D850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D850

Black with #A8D850

Text Example


Text Example

White with #A8D850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D850; }

 p { color: rgb(168,216,80); }

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

background-color css

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

 a { background-color: rgb(168,216,80); }

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

border-color css

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

 span { border-color: rgb(168,216,80); }

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