Html Css Color HEX #A8E062 Conifer

📋 copy color: '#A8E062'

red 168 ◦ green 224 ◦ blue 98

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

Shades of Conifer #A8E062

Tints of Conifer #A8E062

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.71%

 BLUE value IS 98 (38.67% from 255) = 20%

R = 34.29%
G = 45.71%
B = 20%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#A8E062 (or 0xA8E062) is known color: Conifer. HEX triplet: A8, E0 and 62. RGB value is (168,224,98). Sum of RGB (Red+Green+Blue) = 168+224+98=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E062 is #571F9D. Grayscale: #C1C1C1. Windows color (decimal): -5709726 or 6480040. OLE color: 6480040.

HSL color Cylindrical-coordinate representation of color #A8E062: hue angle of 86.67º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8E062 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 224 98 -
CMYK 0.25 0 0.56 0.12
HSL 86.67º 0.67% 0.63% -
HSV(B) 86.67º 0.56% 0.88% -
XYZ 45.01 62.52 21.25 -
YUV 192.89 74.45 110.25 -
System Red Green Blue C M Y K H S L
Decimal 168 224 98 0.25 0 0.56 0.12 86.67 0.67 0.63
Hex A8 E0 62 19 0 38 C 57 43 3F
Octal 250 340 142 31 0 70 14 127 103 77
Binary 10101000 11100000 1100010 11001 0 111000 1100 1010111 1000011 111111

Color Harmonies of #A8E062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E062

Black with #A8E062

Text Example


Text Example

White with #A8E062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E062; }

 p { color: rgb(168,224,98); }

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

background-color css

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

 a { background-color: rgb(168,224,98); }

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

border-color css

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

 span { border-color: rgb(168,224,98); }

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