Html Css Color HEX #9ACF5C Conifer

📋 copy color: '#9ACF5C'

red 154 ◦ green 207 ◦ blue 92

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

Shades of Conifer #9ACF5C

Tints of Conifer #9ACF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.31%

R = 34%
G = 45.7%
B = 20.31%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#9ACF5C (or 0x9ACF5C) is known color: Conifer. HEX triplet: 9A, CF and 5C. RGB value is (154,207,92). Sum of RGB (Red+Green+Blue) = 154+207+92=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACF5C is #6530A3. Grayscale: #B2B2B2. Windows color (decimal): -6631588 or 6082458. OLE color: 6082458.

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

Color convert

RGB 154 207 92 -
CMYK 0.26 0 0.56 0.19
HSL 87.65º 0.55% 0.59% -
HSV(B) 87.65º 0.56% 0.81% -
XYZ 37.57 52.27 18.23 -
YUV 178.04 79.44 110.85 -
System Red Green Blue C M Y K H S L
Decimal 154 207 92 0.26 0 0.56 0.19 87.65 0.55 0.59
Hex 9A CF 5C 1A 0 38 13 58 37 3B
Octal 232 317 134 32 0 70 23 130 67 73
Binary 10011010 11001111 1011100 11010 0 111000 10011 1011000 110111 111011

Color Harmonies of #9ACF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACF5C

Black with #9ACF5C

Text Example


Text Example

White with #9ACF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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