Html Css Color HEX #A8D662 Conifer

📋 copy color: '#A8D662'

red 168 ◦ green 214 ◦ blue 98

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

Shades of Conifer #A8D662

Tints of Conifer #A8D662

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.58%

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

R = 35%
G = 44.58%
B = 20.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#A8D662 (or 0xA8D662) is known color: Conifer. HEX triplet: A8, D6 and 62. RGB value is (168,214,98). Sum of RGB (Red+Green+Blue) = 168+214+98=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D662 is #57299D. Grayscale: #BBBBBB. Windows color (decimal): -5712286 or 6477480. OLE color: 6477480.

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

Color convert

RGB 168 214 98 -
CMYK 0.21 0 0.54 0.16
HSL 83.79º 0.59% 0.61% -
HSV(B) 83.79º 0.54% 0.84% -
XYZ 42.4 57.3 20.38 -
YUV 187.02 77.76 114.43 -
System Red Green Blue C M Y K H S L
Decimal 168 214 98 0.21 0 0.54 0.16 83.79 0.59 0.61
Hex A8 D6 62 15 0 36 10 54 3B 3D
Octal 250 326 142 25 0 66 20 124 73 75
Binary 10101000 11010110 1100010 10101 0 110110 10000 1010100 111011 111101

Color Harmonies of #A8D662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D662

Black with #A8D662

Text Example


Text Example

White with #A8D662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D662; }

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

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

background-color css

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

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

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

border-color css

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

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

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