Html Css Color HEX #9ACF5A Conifer

📋 copy color: '#9ACF5A'

red 154 ◦ green 207 ◦ blue 90

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

Shades of Conifer #9ACF5A

Tints of Conifer #9ACF5A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.9%

 BLUE value IS 90 (35.55% from 255) = 19.96%

R = 34.15%
G = 45.9%
B = 19.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#9ACF5A (or 0x9ACF5A) is known color: Conifer. HEX triplet: 9A, CF and 5A. RGB value is (154,207,90). Sum of RGB (Red+Green+Blue) = 154+207+90=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACF5A is #6530A5. Grayscale: #B2B2B2. Windows color (decimal): -6631590 or 5951386. OLE color: 5951386.

HSL color Cylindrical-coordinate representation of color #9ACF5A: hue angle of 87.18º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9ACF5A is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 207 90 -
CMYK 0.26 0 0.57 0.19
HSL 87.18º 0.55% 0.58% -
HSV(B) 87.18º 0.57% 0.81% -
XYZ 37.48 52.23 17.78 -
YUV 177.82 78.44 111.01 -
System Red Green Blue C M Y K H S L
Decimal 154 207 90 0.26 0 0.57 0.19 87.18 0.55 0.58
Hex 9A CF 5A 1A 0 39 13 57 37 3A
Octal 232 317 132 32 0 71 23 127 67 72
Binary 10011010 11001111 1011010 11010 0 111001 10011 1010111 110111 111010

Color Harmonies of #9ACF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACF5A

Black with #9ACF5A

Text Example


Text Example

White with #9ACF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,207,90); }

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

background-color css

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

 a { background-color: rgb(154,207,90); }

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

border-color css

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

 span { border-color: rgb(154,207,90); }

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