Html Css Color HEX #9AF856 Conifer

📋 copy color: '#9AF856'

red 154 ◦ green 248 ◦ blue 86

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

Shades of Conifer #9AF856

Tints of Conifer #9AF856

RGB

 RED value IS 154 (60.55% from 255) = 31.56%

 GREEN value IS 248 (97.27% from 255) = 50.82%

 BLUE value IS 86 (33.98% from 255) = 17.62%

R = 31.56%
G = 50.82%
B = 17.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#9AF856 (or 0x9AF856) is known color: Conifer. HEX triplet: 9A, F8 and 56. RGB value is (154,248,86). Sum of RGB (Red+Green+Blue) = 154+248+86=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 248 (97.27% from 255 or 50.82% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF856 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF856 is #6507A9. Grayscale: #C9C9C9. Windows color (decimal): -6621098 or 5699738. OLE color: 5699738.

HSL color Cylindrical-coordinate representation of color #9AF856: hue angle of 94.81º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9AF856 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB 154 248 86 -
CMYK 0.38 0 0.65 0.03
HSL 94.81º 0.92% 0.65% -
HSV(B) 94.81º 0.65% 0.97% -
XYZ 48.57 74.68 20.66 -
YUV 201.43 62.86 94.17 -
System Red Green Blue C M Y K H S L
Decimal 154 248 86 0.38 0 0.65 0.03 94.81 0.92 0.65
Hex 9A F8 56 26 0 41 3 5F 5C 41
Octal 232 370 126 46 0 101 3 137 134 101
Binary 10011010 11111000 1010110 100110 0 1000001 11 1011111 1011100 1000001

Color Harmonies of #9AF856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF856

Black with #9AF856

Text Example


Text Example

White with #9AF856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AF856; }

 p { color: rgb(154,248,86); }

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

background-color css

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

 a { background-color: rgb(154,248,86); }

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

border-color css

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

 span { border-color: rgb(154,248,86); }

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