Html Css Color HEX #A6E94B Conifer

📋 copy color: '#A6E94B'

red 166 ◦ green 233 ◦ blue 75

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

Shades of Conifer #A6E94B

Tints of Conifer #A6E94B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.16%

 BLUE value IS 75 (29.69% from 255) = 15.82%

R = 35.02%
G = 49.16%
B = 15.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#A6E94B (or 0xA6E94B) is known color: Conifer. HEX triplet: A6, E9 and 4B. RGB value is (166,233,75). Sum of RGB (Red+Green+Blue) = 166+233+75=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E94B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6E94B is #5916B4. Grayscale: #C3C3C3. Windows color (decimal): -5838517 or 4975014. OLE color: 4975014.

HSL color Cylindrical-coordinate representation of color #A6E94B: hue angle of 85.44º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6E94B is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 233 75 -
CMYK 0.29 0 0.68 0.09
HSL 85.44º 0.78% 0.6% -
HSV(B) 85.44º 0.68% 0.91% -
XYZ 46.13 66.89 17.14 -
YUV 194.96 60.3 107.35 -
System Red Green Blue C M Y K H S L
Decimal 166 233 75 0.29 0 0.68 0.09 85.44 0.78 0.6
Hex A6 E9 4B 1D 0 44 9 55 4E 3C
Octal 246 351 113 35 0 104 11 125 116 74
Binary 10100110 11101001 1001011 11101 0 1000100 1001 1010101 1001110 111100

Color Harmonies of #A6E94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E94B

Black with #A6E94B

Text Example


Text Example

White with #A6E94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E94B; }

 p { color: rgb(166,233,75); }

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

background-color css

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

 a { background-color: rgb(166,233,75); }

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

border-color css

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

 span { border-color: rgb(166,233,75); }

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