Html Css Color HEX #A8D065 Conifer

📋 copy color: '#A8D065'

red 168 ◦ green 208 ◦ blue 101

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

Shades of Conifer #A8D065

Tints of Conifer #A8D065

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.61%

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

R = 35.22%
G = 43.61%
B = 21.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#A8D065 (or 0xA8D065) is known color: Conifer. HEX triplet: A8, D0 and 65. RGB value is (168,208,101). Sum of RGB (Red+Green+Blue) = 168+208+101=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D065 is #572F9A. Grayscale: #B8B8B8. Windows color (decimal): -5713819 or 6672552. OLE color: 6672552.

HSL color Cylindrical-coordinate representation of color #A8D065: hue angle of 82.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8D065 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 208 101 -
CMYK 0.19 0 0.51 0.18
HSL 82.43º 0.53% 0.61% -
HSV(B) 82.43º 0.51% 0.82% -
XYZ 41.05 54.38 20.64 -
YUV 183.84 81.25 116.7 -
System Red Green Blue C M Y K H S L
Decimal 168 208 101 0.19 0 0.51 0.18 82.43 0.53 0.61
Hex A8 D0 65 13 0 33 12 52 35 3D
Octal 250 320 145 23 0 63 22 122 65 75
Binary 10101000 11010000 1100101 10011 0 110011 10010 1010010 110101 111101

Color Harmonies of #A8D065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D065

Black with #A8D065

Text Example


Text Example

White with #A8D065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D065; }

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

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

background-color css

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

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

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

border-color css

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

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

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