Html Css Color HEX #A8D555 Conifer

📋 copy color: '#A8D555'

red 168 ◦ green 213 ◦ blue 85

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

Shades of Conifer #A8D555

Tints of Conifer #A8D555

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.71%

 BLUE value IS 85 (33.59% from 255) = 18.24%

R = 36.05%
G = 45.71%
B = 18.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#A8D555 (or 0xA8D555) is known color: Conifer. HEX triplet: A8, D5 and 55. RGB value is (168,213,85). Sum of RGB (Red+Green+Blue) = 168+213+85=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D555 is #572AAA. Grayscale: #B9B9B9. Windows color (decimal): -5712555 or 5625256. OLE color: 5625256.

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

Color convert

RGB 168 213 85 -
CMYK 0.21 0 0.60 0.16
HSL 81.09º 0.6% 0.58% -
HSV(B) 81.09º 0.6% 0.84% -
XYZ 41.58 56.57 17.32 -
YUV 184.95 71.59 115.91 -
System Red Green Blue C M Y K H S L
Decimal 168 213 85 0.21 0 0.60 0.16 81.09 0.6 0.58
Hex A8 D5 55 15 0 3C 10 51 3C 3A
Octal 250 325 125 25 0 74 20 121 74 72
Binary 10101000 11010101 1010101 10101 0 111100 10000 1010001 111100 111010

Color Harmonies of #A8D555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D555

Black with #A8D555

Text Example


Text Example

White with #A8D555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D555; }

 p { color: rgb(168,213,85); }

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

background-color css

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

 a { background-color: rgb(168,213,85); }

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

border-color css

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

 span { border-color: rgb(168,213,85); }

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