Html Css Color HEX #A8F368 Conifer

📋 copy color: '#A8F368'

red 168 ◦ green 243 ◦ blue 104

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

Shades of Conifer #A8F368

Tints of Conifer #A8F368

RGB

 RED value IS 168 (66.02% from 255) = 32.62%

 GREEN value IS 243 (95.31% from 255) = 47.18%

 BLUE value IS 104 (41.02% from 255) = 20.19%

R = 32.62%
G = 47.18%
B = 20.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#A8F368 (or 0xA8F368) is known color: Conifer. HEX triplet: A8, F3 and 68. RGB value is (168,243,104). Sum of RGB (Red+Green+Blue) = 168+243+104=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F368 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F368 is #570C97. Grayscale: #CDCDCD. Windows color (decimal): -5704856 or 6878120. OLE color: 6878120.

HSL color Cylindrical-coordinate representation of color #A8F368: hue angle of 92.37º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8F368 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 243 104 -
CMYK 0.31 0 0.57 0.05
HSL 92.37º 0.85% 0.68% -
HSV(B) 92.37º 0.57% 0.95% -
XYZ 50.7 73.43 24.6 -
YUV 204.73 71.15 101.8 -
System Red Green Blue C M Y K H S L
Decimal 168 243 104 0.31 0 0.57 0.05 92.37 0.85 0.68
Hex A8 F3 68 1F 0 39 5 5C 55 44
Octal 250 363 150 37 0 71 5 134 125 104
Binary 10101000 11110011 1101000 11111 0 111001 101 1011100 1010101 1000100

Color Harmonies of #A8F368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F368

Black with #A8F368

Text Example


Text Example

White with #A8F368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F368; }

 p { color: rgb(168,243,104); }

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

background-color css

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

 a { background-color: rgb(168,243,104); }

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

border-color css

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

 span { border-color: rgb(168,243,104); }

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