Html Css Color HEX #9AF65F Conifer

📋 copy color: '#9AF65F'

red 154 ◦ green 246 ◦ blue 95

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

Shades of Conifer #9AF65F

Tints of Conifer #9AF65F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.7%

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

R = 31.11%
G = 49.7%
B = 19.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#9AF65F (or 0x9AF65F) is known color: Conifer. HEX triplet: 9A, F6 and 5F. RGB value is (154,246,95). Sum of RGB (Red+Green+Blue) = 154+246+95=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #9AF65F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF65F is #6509A0. Grayscale: #C9C9C9. Windows color (decimal): -6621601 or 6289050. OLE color: 6289050.

HSL color Cylindrical-coordinate representation of color #9AF65F: hue angle of 96.56º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9AF65F is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 154 246 95 -
CMYK 0.37 0 0.61 0.04
HSL 96.56º 0.89% 0.67% -
HSV(B) 96.56º 0.61% 0.96% -
XYZ 48.35 73.61 22.49 -
YUV 201.28 68.02 94.28 -
System Red Green Blue C M Y K H S L
Decimal 154 246 95 0.37 0 0.61 0.04 96.56 0.89 0.67
Hex 9A F6 5F 25 0 3D 4 61 59 43
Octal 232 366 137 45 0 75 4 141 131 103
Binary 10011010 11110110 1011111 100101 0 111101 100 1100001 1011001 1000011

Color Harmonies of #9AF65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF65F

Black with #9AF65F

Text Example


Text Example

White with #9AF65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,246,95); }

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

background-color css

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

 a { background-color: rgb(154,246,95); }

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

border-color css

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

 span { border-color: rgb(154,246,95); }

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