Html Css Color HEX #A6F067 Conifer

📋 copy color: '#A6F067'

red 166 ◦ green 240 ◦ blue 103

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

Shades of Conifer #A6F067

Tints of Conifer #A6F067

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.15%

 BLUE value IS 103 (40.63% from 255) = 20.24%

R = 32.61%
G = 47.15%
B = 20.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#A6F067 (or 0xA6F067) is known color: Conifer. HEX triplet: A6, F0 and 67. RGB value is (166,240,103). Sum of RGB (Red+Green+Blue) = 166+240+103=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 103 (40.62% from 255 or 20.24% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F067 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F067 is #590F98. Grayscale: #CACACA. Windows color (decimal): -5836697 or 6811814. OLE color: 6811814.

HSL color Cylindrical-coordinate representation of color #A6F067: hue angle of 92.41º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6F067 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 240 103 -
CMYK 0.31 0 0.57 0.06
HSL 92.41º 0.82% 0.67% -
HSV(B) 92.41º 0.57% 0.94% -
XYZ 49.33 71.41 24.01 -
YUV 202.26 71.98 102.14 -
System Red Green Blue C M Y K H S L
Decimal 166 240 103 0.31 0 0.57 0.06 92.41 0.82 0.67
Hex A6 F0 67 1F 0 39 6 5C 52 43
Octal 246 360 147 37 0 71 6 134 122 103
Binary 10100110 11110000 1100111 11111 0 111001 110 1011100 1010010 1000011

Color Harmonies of #A6F067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F067

Black with #A6F067

Text Example


Text Example

White with #A6F067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F067; }

 p { color: rgb(166,240,103); }

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

background-color css

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

 a { background-color: rgb(166,240,103); }

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

border-color css

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

 span { border-color: rgb(166,240,103); }

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