Html Css Color HEX #A5F267 Conifer

📋 copy color: '#A5F267'

red 165 ◦ green 242 ◦ blue 103

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

Shades of Conifer #A5F267

Tints of Conifer #A5F267

RGB

 RED value IS 165 (64.84% from 255) = 32.35%

 GREEN value IS 242 (94.92% from 255) = 47.45%

 BLUE value IS 103 (40.63% from 255) = 20.2%

R = 32.35%
G = 47.45%
B = 20.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#A5F267 (or 0xA5F267) is known color: Conifer. HEX triplet: A5, F2 and 67. RGB value is (165,242,103). Sum of RGB (Red+Green+Blue) = 165+242+103=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 103 (40.62% from 255 or 20.20% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F267 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F267 is #5A0D98. Grayscale: #CBCBCB. Windows color (decimal): -5901721 or 6812325. OLE color: 6812325.

HSL color Cylindrical-coordinate representation of color #A5F267: hue angle of 93.24º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5F267 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 242 103 -
CMYK 0.32 0 0.57 0.05
HSL 93.24º 0.84% 0.68% -
HSV(B) 93.24º 0.57% 0.95% -
XYZ 49.72 72.48 24.2 -
YUV 203.13 71.49 100.8 -
System Red Green Blue C M Y K H S L
Decimal 165 242 103 0.32 0 0.57 0.05 93.24 0.84 0.68
Hex A5 F2 67 20 0 39 5 5D 54 44
Octal 245 362 147 40 0 71 5 135 124 104
Binary 10100101 11110010 1100111 100000 0 111001 101 1011101 1010100 1000100

Color Harmonies of #A5F267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F267

Black with #A5F267

Text Example


Text Example

White with #A5F267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F267; }

 p { color: rgb(165,242,103); }

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

background-color css

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

 a { background-color: rgb(165,242,103); }

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

border-color css

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

 span { border-color: rgb(165,242,103); }

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