Html Css Color HEX #A8D54E Conifer

📋 copy color: '#A8D54E'

red 168 ◦ green 213 ◦ blue 78

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

Shades of Conifer #A8D54E

Tints of Conifer #A8D54E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.99%

R = 36.6%
G = 46.41%
B = 16.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#A8D54E (or 0xA8D54E) is known color: Conifer. HEX triplet: A8, D5 and 4E. RGB value is (168,213,78). Sum of RGB (Red+Green+Blue) = 168+213+78=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D54E is #572AB1. Grayscale: #B8B8B8. Windows color (decimal): -5712562 or 5166504. OLE color: 5166504.

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

Color convert

RGB 168 213 78 -
CMYK 0.21 0 0.63 0.16
HSL 80º 0.62% 0.57% -
HSV(B) 80º 0.63% 0.84% -
XYZ 41.32 56.46 15.93 -
YUV 184.16 68.09 116.48 -
System Red Green Blue C M Y K H S L
Decimal 168 213 78 0.21 0 0.63 0.16 80 0.62 0.57
Hex A8 D5 4E 15 0 3F 10 50 3E 39
Octal 250 325 116 25 0 77 20 120 76 71
Binary 10101000 11010101 1001110 10101 0 111111 10000 1010000 111110 111001

Color Harmonies of #A8D54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D54E

Black with #A8D54E

Text Example


Text Example

White with #A8D54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D54E; }

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

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

background-color css

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

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

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

border-color css

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

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

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