Html Css Color HEX #A7F75F Conifer

📋 copy color: '#A7F75F'

red 167 ◦ green 247 ◦ blue 95

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

Shades of Conifer #A7F75F

Tints of Conifer #A7F75F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.53%

 BLUE value IS 95 (37.5% from 255) = 18.66%

R = 32.81%
G = 48.53%
B = 18.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#A7F75F (or 0xA7F75F) is known color: Conifer. HEX triplet: A7, F7 and 5F. RGB value is (167,247,95). Sum of RGB (Red+Green+Blue) = 167+247+95=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #A7F75F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F75F is #5808A0. Grayscale: #CECECE. Windows color (decimal): -5769377 or 6289319. OLE color: 6289319.

HSL color Cylindrical-coordinate representation of color #A7F75F: hue angle of 91.58º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7F75F is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 167 247 95 -
CMYK 0.32 0 0.62 0.03
HSL 91.58º 0.9% 0.67% -
HSV(B) 91.58º 0.62% 0.97% -
XYZ 51.26 75.56 22.71 -
YUV 205.75 65.5 100.36 -
System Red Green Blue C M Y K H S L
Decimal 167 247 95 0.32 0 0.62 0.03 91.58 0.9 0.67
Hex A7 F7 5F 20 0 3E 3 5C 5A 43
Octal 247 367 137 40 0 76 3 134 132 103
Binary 10100111 11110111 1011111 100000 0 111110 11 1011100 1011010 1000011

Color Harmonies of #A7F75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F75F

Black with #A7F75F

Text Example


Text Example

White with #A7F75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F75F; }

 p { color: rgb(167,247,95); }

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

background-color css

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

 a { background-color: rgb(167,247,95); }

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

border-color css

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

 span { border-color: rgb(167,247,95); }

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