Html Css Color HEX #9AF863 Conifer

📋 copy color: '#9AF863'

red 154 ◦ green 248 ◦ blue 99

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

Shades of Conifer #9AF863

Tints of Conifer #9AF863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.76%

R = 30.74%
G = 49.5%
B = 19.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#9AF863 (or 0x9AF863) is known color: Conifer. HEX triplet: 9A, F8 and 63. RGB value is (154,248,99). Sum of RGB (Red+Green+Blue) = 154+248+99=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF863 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF863 is #65079C. Grayscale: #CBCBCB. Windows color (decimal): -6621085 or 6551706. OLE color: 6551706.

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

Color convert

RGB 154 248 99 -
CMYK 0.38 0 0.60 0.03
HSL 97.85º 0.91% 0.68% -
HSV(B) 97.85º 0.6% 0.97% -
XYZ 49.15 74.91 23.67 -
YUV 202.91 69.36 93.12 -
System Red Green Blue C M Y K H S L
Decimal 154 248 99 0.38 0 0.60 0.03 97.85 0.91 0.68
Hex 9A F8 63 26 0 3C 3 62 5B 44
Octal 232 370 143 46 0 74 3 142 133 104
Binary 10011010 11111000 1100011 100110 0 111100 11 1100010 1011011 1000100

Color Harmonies of #9AF863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF863

Black with #9AF863

Text Example


Text Example

White with #9AF863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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