Html Css Color HEX #A6C75A Conifer

📋 copy color: '#A6C75A'

red 166 ◦ green 199 ◦ blue 90

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

Shades of Conifer #A6C75A

Tints of Conifer #A6C75A

RGB

 RED value IS 166 (65.23% from 255) = 36.48%

 GREEN value IS 199 (78.13% from 255) = 43.74%

 BLUE value IS 90 (35.55% from 255) = 19.78%

R = 36.48%
G = 43.74%
B = 19.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#A6C75A (or 0xA6C75A) is known color: Conifer. HEX triplet: A6, C7 and 5A. RGB value is (166,199,90). Sum of RGB (Red+Green+Blue) = 166+199+90=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C75A is #5938A5. Grayscale: #B1B1B1. Windows color (decimal): -5847206 or 5949350. OLE color: 5949350.

HSL color Cylindrical-coordinate representation of color #A6C75A: hue angle of 78.17º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6C75A is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 199 90 -
CMYK 0.17 0 0.55 0.22
HSL 78.17º 0.49% 0.57% -
HSV(B) 78.17º 0.55% 0.78% -
XYZ 37.99 49.69 17.26 -
YUV 176.71 79.07 120.36 -
System Red Green Blue C M Y K H S L
Decimal 166 199 90 0.17 0 0.55 0.22 78.17 0.49 0.57
Hex A6 C7 5A 11 0 37 16 4E 31 39
Octal 246 307 132 21 0 67 26 116 61 71
Binary 10100110 11000111 1011010 10001 0 110111 10110 1001110 110001 111001

Color Harmonies of #A6C75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C75A

Black with #A6C75A

Text Example


Text Example

White with #A6C75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C75A; }

 p { color: rgb(166,199,90); }

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

background-color css

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

 a { background-color: rgb(166,199,90); }

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

border-color css

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

 span { border-color: rgb(166,199,90); }

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