Html Css Color HEX #A6E14B Conifer

📋 copy color: '#A6E14B'

red 166 ◦ green 225 ◦ blue 75

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

Shades of Conifer #A6E14B

Tints of Conifer #A6E14B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.28%

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

R = 35.62%
G = 48.28%
B = 16.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#A6E14B (or 0xA6E14B) is known color: Conifer. HEX triplet: A6, E1 and 4B. RGB value is (166,225,75). Sum of RGB (Red+Green+Blue) = 166+225+75=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E14B is #591EB4. Grayscale: #BEBEBE. Windows color (decimal): -5840565 or 4972966. OLE color: 4972966.

HSL color Cylindrical-coordinate representation of color #A6E14B: hue angle of 83.6º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6E14B is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 225 75 -
CMYK 0.26 0 0.67 0.12
HSL 83.6º 0.71% 0.59% -
HSV(B) 83.6º 0.67% 0.88% -
XYZ 43.92 62.47 16.4 -
YUV 190.26 62.95 110.7 -
System Red Green Blue C M Y K H S L
Decimal 166 225 75 0.26 0 0.67 0.12 83.6 0.71 0.59
Hex A6 E1 4B 1A 0 43 C 54 47 3B
Octal 246 341 113 32 0 103 14 124 107 73
Binary 10100110 11100001 1001011 11010 0 1000011 1100 1010100 1000111 111011

Color Harmonies of #A6E14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E14B

Black with #A6E14B

Text Example


Text Example

White with #A6E14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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