Html Css Color HEX #A8D665 Conifer

📋 copy color: '#A8D665'

red 168 ◦ green 214 ◦ blue 101

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

Shades of Conifer #A8D665

Tints of Conifer #A8D665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.91%

R = 34.78%
G = 44.31%
B = 20.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#A8D665 (or 0xA8D665) is known color: Conifer. HEX triplet: A8, D6 and 65. RGB value is (168,214,101). Sum of RGB (Red+Green+Blue) = 168+214+101=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D665 is #57299A. Grayscale: #BBBBBB. Windows color (decimal): -5712283 or 6674088. OLE color: 6674088.

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

Color convert

RGB 168 214 101 -
CMYK 0.21 0 0.53 0.16
HSL 84.42º 0.58% 0.62% -
HSV(B) 84.42º 0.53% 0.84% -
XYZ 42.54 57.36 21.14 -
YUV 187.36 79.26 114.19 -
System Red Green Blue C M Y K H S L
Decimal 168 214 101 0.21 0 0.53 0.16 84.42 0.58 0.62
Hex A8 D6 65 15 0 35 10 54 3A 3E
Octal 250 326 145 25 0 65 20 124 72 76
Binary 10101000 11010110 1100101 10101 0 110101 10000 1010100 111010 111110

Color Harmonies of #A8D665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D665

Black with #A8D665

Text Example


Text Example

White with #A8D665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D665; }

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

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

background-color css

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

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

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

border-color css

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

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

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