Html Css Color HEX #9AD65F Conifer

📋 copy color: '#9AD65F'

red 154 ◦ green 214 ◦ blue 95

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

Shades of Conifer #9AD65F

Tints of Conifer #9AD65F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.22%

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

R = 33.26%
G = 46.22%
B = 20.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#9AD65F (or 0x9AD65F) is known color: Conifer. HEX triplet: 9A, D6 and 5F. RGB value is (154,214,95). Sum of RGB (Red+Green+Blue) = 154+214+95=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD65F is #6529A0. Grayscale: #B6B6B6. Windows color (decimal): -6629793 or 6280858. OLE color: 6280858.

HSL color Cylindrical-coordinate representation of color #9AD65F: hue angle of 90.25º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AD65F is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 214 95 -
CMYK 0.28 0 0.56 0.16
HSL 90.25º 0.59% 0.61% -
HSV(B) 90.25º 0.56% 0.84% -
XYZ 39.44 55.79 19.52 -
YUV 182.49 78.62 107.68 -
System Red Green Blue C M Y K H S L
Decimal 154 214 95 0.28 0 0.56 0.16 90.25 0.59 0.61
Hex 9A D6 5F 1C 0 38 10 5A 3B 3D
Octal 232 326 137 34 0 70 20 132 73 75
Binary 10011010 11010110 1011111 11100 0 111000 10000 1011010 111011 111101

Color Harmonies of #9AD65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD65F

Black with #9AD65F

Text Example


Text Example

White with #9AD65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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