Html Css Color HEX #A8D455 Conifer

📋 copy color: '#A8D455'

red 168 ◦ green 212 ◦ blue 85

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

Shades of Conifer #A8D455

Tints of Conifer #A8D455

RGB

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

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

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

R = 36.13%
G = 45.59%
B = 18.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#A8D455 (or 0xA8D455) is known color: Conifer. HEX triplet: A8, D4 and 55. RGB value is (168,212,85). Sum of RGB (Red+Green+Blue) = 168+212+85=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D455 is #572BAA. Grayscale: #B8B8B8. Windows color (decimal): -5712811 or 5625000. OLE color: 5625000.

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

Color convert

RGB 168 212 85 -
CMYK 0.21 0 0.60 0.17
HSL 80.79º 0.6% 0.58% -
HSV(B) 80.79º 0.6% 0.83% -
XYZ 41.33 56.07 17.24 -
YUV 184.37 71.92 116.33 -
System Red Green Blue C M Y K H S L
Decimal 168 212 85 0.21 0 0.60 0.17 80.79 0.6 0.58
Hex A8 D4 55 15 0 3C 11 51 3C 3A
Octal 250 324 125 25 0 74 21 121 74 72
Binary 10101000 11010100 1010101 10101 0 111100 10001 1010001 111100 111010

Color Harmonies of #A8D455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D455

Black with #A8D455

Text Example


Text Example

White with #A8D455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D455; }

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

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

background-color css

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

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

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

border-color css

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

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

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