Html Css Color HEX #A7F966 Conifer

📋 copy color: '#A7F966'

red 167 ◦ green 249 ◦ blue 102

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

Shades of Conifer #A7F966

Tints of Conifer #A7F966

RGB

 RED value IS 167 (65.63% from 255) = 32.24%

 GREEN value IS 249 (97.66% from 255) = 48.07%

 BLUE value IS 102 (40.23% from 255) = 19.69%

R = 32.24%
G = 48.07%
B = 19.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#A7F966 (or 0xA7F966) is known color: Conifer. HEX triplet: A7, F9 and 66. RGB value is (167,249,102). Sum of RGB (Red+Green+Blue) = 167+249+102=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #A7F966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F966 is #580699. Grayscale: #D0D0D0. Windows color (decimal): -5768858 or 6748583. OLE color: 6748583.

HSL color Cylindrical-coordinate representation of color #A7F966: hue angle of 93.47º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A7F966 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 249 102 -
CMYK 0.33 0 0.59 0.02
HSL 93.47º 0.92% 0.69% -
HSV(B) 93.47º 0.59% 0.98% -
XYZ 52.21 76.93 24.67 -
YUV 207.72 68.33 98.95 -
System Red Green Blue C M Y K H S L
Decimal 167 249 102 0.33 0 0.59 0.02 93.47 0.92 0.69
Hex A7 F9 66 21 0 3B 2 5D 5C 45
Octal 247 371 146 41 0 73 2 135 134 105
Binary 10100111 11111001 1100110 100001 0 111011 10 1011101 1011100 1000101

Color Harmonies of #A7F966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F966

Black with #A7F966

Text Example


Text Example

White with #A7F966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F966; }

 p { color: rgb(167,249,102); }

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

background-color css

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

 a { background-color: rgb(167,249,102); }

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

border-color css

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

 span { border-color: rgb(167,249,102); }

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